@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway&family=Raleway+Dots&display=swap');
html {
    background-color: #A9E5BB;
    overflow-x: hidden;
}
.title{
    color: #F7B32B;
    font-size: 100px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.en {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}
.navItem{
    padding-left: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F72C25;
    transition: all 0.5s;
    flex-shrink:inherit;
}
.navItem:hover {
    background-color: #2D1E2F;
}
hr {
    background-color: #2D1E2F;
    height: 5px;
    border-width: 0;
}
.subTitle {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    color: #F72C25;
}
.infoText {
    padding-left: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2D1E2F;
    padding-right: 50px;
}
.homeIntro {
    padding: 10px;
}
.arrow {
    padding-left: 250px;
}
.homeImg {
    border-radius: 10px;
}
@media (max-width: 600px) {
    .subTitle {
        font-size: 1.5em;
    }
    .title {
        font-size: 2em;
    }
    .nav {
        padding: 0;
        text-align: center;
    }
    .homeImg {
        width: 2em;
    }
    .infoText {
        font-size: 1em;
    }
}