body{  
    margin: 0;
    background-image: url(../media/glitching.gif);
    background-color: rgb(12, 10, 17);
}

#milanote{
 width: 70%;
 height: 300px;
 top-margin: 50px;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 20px;
    background-color: rgb(12, 10, 17);
    font-size: 20px;
    color: white;
    font-family: "EB Garamond", serif;
    margin-left: 10px;
    padding-top: 20px;

}


.small.logo.text{
    font-size: 7px;
    color: rgb(255, 255, 255);
    font-family: datatype, monospace;
    line-height: 10px;
}

#line{
    width: 100%;
    height: 15px;
    /* background-color: rgb(38, 4, 4); */
    background-color: rgb(18, 17, 27);
}

#context{
    width: 100%;
    height: 400px;
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;

}


#contextframe{
    background-color: rgb(12, 10, 17);
    color: black;
}

#fuckitall{
    padding-top: 200px;
    padding-bottom: 50px;
    font-size: 50px;
    color: white;
    font-family: "EB Garamond", serif;
    font-weight: bold;
    
}

#fuckitalltext{
 color: white; 
}

#fuckitalltext:hover{
  text-decoration: underline;
}

.spacebackground{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 1000px;
    background-color: rgb(18, 17, 27);
    background-image: url(../media/glitching.gif);
    background-size: cover;
}


#menu{
    margin-top: 300px;
    background-color: rgb(12, 10, 17);
    width: 50%;
    height: 200px;
    display: flex;
    justify-items: flex-start;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: "EB Garamond", serif;

}

#menu a{
    
    overflow-wrap: break-all;
    flex-wrap: wrap;
}

#menu a::selection{
    color: red;
}

#menu a:hover{
    text-decoration: underline;
}


#venture-trap{
  padding-top: 200px;
    padding-bottom: 50px;
    font-size: 30px;
    color: white;
    font-family: "EB Garamond", serif;
    font-weight: bold;
}
