
body{
    display: flex;
    margin: 0;
    width: 100%;
}
img{
    height: 100vh;
    width: 50%;
}
.mobnav{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: 50%;
    width: 65%;
    margin-left: -20vw;
    height: 100vh;
    background-color: white;
}
a{
    text-decoration: none;
    color: black;
    font-size: 10px;
    transition: font-size 0.5s;
    font-family: 'DotGothic16';
}
a:hover{
    color: #333;
    font-size: 12px;
}
