body {
    margin: 80;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0,0,0);
    font-family: Arial, sans-serif;
}

.text {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px; /* Reduced margin */
}

.bold-text {
    font-weight: bold;
    font-size: 150px; /* Larger font size */
}

.small-text {
    color: white;
    font-size: 20px; /* Smaller font size */
    text-align: center;
    margin-bottom: 20px; /* Reduced margin */
}

.image {
    max-width: 60%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px; /* Reduced margin */
}

.link {
    color: #AEEBD6;
    text-de#AEEBD6ion: none;
    font-size: 24px;
}
