@import url(
'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'
);
@import url(
'https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&display=swap'
);

body{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: none;
    color: white;
    background-color: black;
}
main{
    margin-top: 5%;
}
.navigation-bar2{
    display: none;
}
.navigation-bar2{
    width: 10%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    background-color: black;
}
.navigation-bar2 button{
    background-color: black;
    color: white;
    border: 0;
}
.navigation-bar a{
    margin-left: 3vw;
    text-decoration: none;
    padding-bottom: 5px;
    color: white;
}
.navigation-bar a:hover{
    border-bottom: gray 2px solid;
}
.bg-image{
    margin-left: 30vw;
    margin-right: 50vw;
    height: 70%;
    width: 70%;
    position: absolute;
    overflow-x: hidden;
    z-index: -1;
}
.hello-box{
    width: 40vw;
    display: flex;
    justify-content: center;
    padding-left: 2%;
    background-color: black;
}
.hello-box h3{
    margin-left: 30%;
    margin-top: 20%;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-size: xxx-large;
    font-style: normal;
    margin-right: auto;;
}
.hello-box h2{
    font-style: oblique;
    font-weight: lighter;
    margin-left: 30%;
}
.desktop{
    display: none;
}