* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-weight: bold;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    background-image: url('unnamed.jpg'); 
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    
}

.container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.653);
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    border-style: solid;
    border-width: 0.05cm;
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.description {
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    color: rgb(0, 111, 238);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
