a{
    text-decoration: none;
    ;
}
p{
    color: whitesmoke;
}
ul li{
    font-size: 20px;
    padding: 10px;
    border: 1px solid purple;
    width: 200px;
    background-color:#8AE9C1;
    color: blue;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    
    
}
h2{
    color:black;
     font-size: 26px
}
h3{ 
    color: white;
    font-size: 20;
}
header{
    background-color:#483D3F;
    font-size: 17px;
    color: white;
    text-align: center;
    

}

footer{
    background-color:#483D3F;
    font-size: 17px;
    color: white;
    text-align: center;
    
}
.wrapper{
    background-color: #058ED9;
    margin: 0 auto; 
    width: 80%;
    padding-top: 0;
    
}
nav{
    display: flex;
    justify-content: space-around;
    margin: 10px 0;

}
nav a{
    color: white;
    text-decoration: none;
}
h1{
    margin-top: 0 ;
    padding: 20px;
}
.hobbies{
    border: 1px double grey;
    background-color: #c6ebbe;
    padding: 10px;
}
body{
    background-image: url(../img/yoshikage\ pattern.png);
    margin: 0 auto;
    background-position: center;
    background-repeat:repeat-y;
    background-size:auto ;
}
.creds{
    text-align: right;
}
.hobbies > p{
    color: black;
}
main{
    text-align: center;
    
}