
nav {
    background-color: lightblue;
    width: 200px;
    float: left;
}

aside {
    background-color: lightyellow;
    text-align: center;
    max-width: 335px;
    flex: display; 
    float: right; 
    margin: 0 auto; 
}

header {
    background-image: url('https://natdrinkstea.neocities.org/images/natsite%20header.png');
    background-size: 100%;
    max-height: max-content; 
    padding: 1px;
    border: 2px dotted #23ff2a; 
    max-width: 600px;
    margin: 0 auto;
}

p {
    margin: 5px;
}

#ampton {
    height: 95px;
    margin-left: 115px;
}

#container {
     max-width: 600px;
     margin: 0 auto;
     border-radius: 7px;
     background-color: pink;
     border: 5px dotted coral;
 }

body {
    background-image: url('https://natdrinkstea.neocities.org/images/starsrbowbg.gif')
}

main {
    background-color: pink;
    flex: 1;
    padding: 20px;
    order: 2;
 }


h1 {
    text-align: center;
    font-family: yoster;
}


@font-face {
    font-family: yoster;
    src: url('https://natdrinkstea.neocities.org/font/yoster.ttf') 
}