@import url('https://fonts.googleapis.com/css2?family=Allura&family=Roboto&display=swap');

.h1 {
    font-family: allura;
    font-size: 80px !important;
}
.h2 {
    font-family: roboto;
    font-weight: 400;
    font-size: 30px !important;
}
.h4 {
    font-family: roboto;
    font-weight: 400;
    font-size: 15px !important;
}
.h4 a {
    font-weight: 600 !important;
    color: black !important;
    text-decoration: none !important;
}
.p {
    font-family: roboto;
    font-weight: 400;
    font-size: 18px !important;
}
.altitude {
    font-family: roboto;
    font-weight: bold;
    font-size: 12px !important;
}

#container {
    -webkit-filter: saturate(90%) contrast(90%) brightness(90%);
    filter: saturate(90%) contrast(90%) brightness(90%);
}

.responsive img {
    object-fit: cover;
}