body {
    border: 10px solid white;
    border-radius: 25px;
    border-spacing: inherit;
    min-height: 600px;
    max-width:900px;
    margin: auto;
    padding: inherit;
    margin-top: 100px
}

ul {
    list-style: none;
    text-align: center;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    
}

li {
    display:inline;
    font-size:30px;
    text-decoration: none;
    font-family: helvetica;
}

#nav {
    display:inline;
    float:right;
    background-color: white;
    height:auto;
    align-items: center;
    width:900px;
    height:auto;
    
}

a {
    padding:20px;
    text-decoration:none;
    color:black;
    font-family: "Sour Gummy", sans-serif;
}

a:hover {
    color:#f67fb5;
    
}

#main {
    
}

h2 {
    padding:0px;
    margin:px;
}

#content {
    display: inline;
}
