main .hero-image h1 {
    margin-top: 20vh !important;
    text-align: center;
}

.contact-page {
    margin-top: 50px;
}

.contact-form {
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 700px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 50px;
}

.description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 600px;
    margin: 0 auto;
}

.random-events {
    margin-top: 50px;
}

.weather-container-background {
    margin-bottom: 0px !important;
}

/* mobile */
@media only screen and (max-width: 600px) {
    .contact-form {
        width: 90%;
        margin: 10px;
    }

    .description {
        width: 90%;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        width: 90%;
    }

    .contact-form button {
        width: 90%;
    }

    .contact-form select {
        width: 90%;
    }

    .contact-form label {
        width: 90%;
    }

    .main-title h1{
        font-size: 2.5rem;
    }

    .hero-text h1 {
        font-size: 2.5rem;
        margin-top: 150px;
    }

    .description p {
        font-size: 1.25rem;
    }
}