body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-image: url('promode model.jpg');
    background-size: 40%;
    background-position: center calc(100% + 50px);
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    margin-top: 100px;

}
.email-link {
    color: #ff5733; /* Changes link color */
    text-decoration: none; /* Removes default underline */
    font-weight: bold; /* Makes it stand out */
}

.email-link:hover {
    color: #ff0000; /* Changes color when hovered over */
}
h1 {
    font-size: 2.5rem; /* Makes the heading bigger */
}

p {
    font-size: 1.5rem; /* Slightly increases paragraph font size */
}