/* *{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   
} */

*{
    font-family: sans-serif;
}
/* html {
    position: relative;
    border-left: 10px solid burlywood;
    border-right: 10px solid burlywood;
} */
html {
    max-width: 768px;
    max-height: 1024px;
    margin: auto;
    display: block;
}

h1,
h2,
h3 {
    color:burlywood;
}
h2 {
    text-align: center;
}

.content {
    font-family: sans-serif;
    position: relative;
}
div > h4 {
text-decoration:underline ;
}

.maker {
    font-weight: bold;
    text-align: center;
    position: relative;
}

.maker > h1 {
    font-size: 100px;
    padding: 0;
    margin: 0;
}

.maker > p {
    color: burlywood;
    font-size: 20;
    height: 20px;
    width: 400px;
    letter-spacing: 5px;
    border-left: 3px solid burlywood;
    border-right: 3px solid burlywood;
    padding: 5px auto;
    margin: auto;
    position: relative;
    text-align: center; 
}

.about {  
    text-align: center;
    position: relative;
    margin: auto;
    /* width: 1200px; */
}

nav{
    margin-top: 150px;
    text-align: center; 
    resize: none;
    position: relative; 
}

/* li {
    list-style-type: none;
    text-align: center;
    float:none;
    margin-left: 30px;
    margin-right:30px;
    resize: none;
} */

a {
    text-decoration: none;
    color: burlywood;
}

a:hover{
    font-weight: bold;
}

.current{
    font-size: 25px;
    text-decoration:underline;
}

footer{
    text-align: center;
    margin: auto;
    opacity: 40%;
    height: 70px;
}