* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth ;
}


nav ul li{
    display:inline-block;
}

nav { 
    padding: 20px 15px;
    height: 45px;
    background-color: #f3d77a;
    position: sticky;
    top: 0px;
    text-align: center;
}

nav ul li a {
    text-decoration: none;
    text-transform: uppercase;    
    letter-spacing: 1px;
    color: rgb(4, 24, 31);
    list-style-type: none;
    font-size: 20px;
    
}

nav ul li a:hover {
    background-color: rgb(243, 164, 99);
}

body {
    background-image: url(/web2/img/pikasushiii.jpg);
    background-size: 1590px 980px;
    background-repeat: no-repeat;
}

#homework ul li{
    display: inline-block;
}

#homework ul li a {
    text-decoration: none;  
    letter-spacing: 1px;
    list-style-type: none;
}

#Me {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr ;
    background-color: #f7e6b185;
    border-radius: 30px;
    padding: 10px;
}

.photo img {
    width: 20em;
    height: 20em;
    padding: 20px;
}

aside {
    padding: 20px;
}

p, h1, h2, a, button {
    font-family: 'Unbounded', cursive;
}

h2 {
    text-decoration: underline;
}

a:hover {
    color: rgb(255, 0, 0);
    text-decoration: underline;
    background-color: rgb(243, 198, 99);
}

#homework {
    padding: 10px;
    background-color: #f5cd4933;
    border-radius: 30px;
}

#start {
    
    height: 200px;
    text-align: center;
}

#wireframe {
    text-align: center;
    padding-bottom: 10px;
}

aside h2 {
    padding-bottom: 10px;
}

#homework h2 {
    padding-bottom: 10px;
}

#wireframe h2 {
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}

footer {
    padding-left: 20px;
    padding-bottom: 15px;
}

footer a:hover {
    background-color: #faf0d1;
}

#button{
    text-align: center;
}

button{
    position: center;
    padding: 10px;
    background-color: #f3d77a ;
    border-radius: 10px;
}

@media only screen and (min-width: 260px){
    * {
        padding: 0px;
        margin: 0px;
    }

    body {
        background-size: 390px 500px;
    }

    #start {
        text-align: center;
        height: 200px;
        

    }

    #Me {
        display: grid;
        grid-template-columns: 1fr;
        
    }

    nav {
        position: sticky;
        top: 0px;
    }

    .photo{
        text-align: center;
    }

    .photo img {
        
        width: 10em;
        height: 10em;
        padding: 10px;
    }

    aside {
        padding-top: 0px;
    }

    #wireframe img {
        width: 20em;
        height: 20em
    }

  }
  
  @media only screen and (min-width: 1020px){
    * {
        padding: 0px;
        margin: 0px;
    }

    body{
        background-size: 1000px 980px; 
    }

    #start {
        text-align: center;
        height: 350px;
         
    }

    #Me {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        
    }

    .photo img {
        width: 20em;
        height: 20em;
        padding: 20px;
    }


    #wireframe img {
        width: 28em;
        height: 30em;
    }
  } 