body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:slateblue
}

#content{
    padding:0%;
    margin: 10%;
    display: inline-block;
    /* border: 3px dotted black; */
    border-radius: 15px;
    border-color: rgb(2, 53, 53);
}

.top_nav{
    display:flex;

}


.quicksand-100> {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

