* {
    margin: 0;
}
h3 {
    text-align: center;
    background-color: rgb(255, 201, 4);
    
}nav {
    font-size: 20px;

}

nav img {
    height: 100px;


}
header {

    text-align: center;

}

h1 {
    margin-top: 20px;
    font-size: 100px;
    color: rgb(255, 201, 4);
    letter-spacing: 4px;
-webkit-text-stroke:0.25px;
        -webkit-text-stroke-color: rgb(231, 160, 6);
}
   




h2 {
    font-size: 50px;
    color: rgb(255, 201, 4);
    letter-spacing: 15px;
    text-align: center;
    margin-top: -70px;
    -webkit-text-stroke: 0.25px;
        -webkit-text-stroke-color: rgb(231, 160, 6);
    }


h4 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 2px teal;
    text-align: center;
    padding-bottom: 20px;

}
div button {
    background-color: rgb(255, 199, 199);
    box-shadow: rgb(189, 76, 76) 5px 5px 5px;
    border-radius: 8px;
}
button:hover {
    background-color: rgb(160, 237, 202);
    color: rgb(255, 255, 255);
    box-shadow: rgb(72, 125, 78) 5px 5px 5px;
}
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-family: customfont;
    letter-spacing: 1px;


}
p{
    font-size: 200%;
    text-align: center;
   
font-family: monospace;
}
footer{padding-top: 40px;
    padding-bottom: 51px;
    
    text-align: center;
    font-family: monospace;
    font-size: 130%;
    background-color: rgb(132, 168, 105);
    font-weight: bold;
    color: aliceblue;
    position: fixed;
        bottom: 0;
        width: 100%;
}
 .others {
     padding-top: 10px;
     text-align: right;
     padding-bottom: 30px;

 }

 .others a {
     color: #f4d436;
     text-align: right;
     padding-right: 20px;
     padding-top: 10px;
     font-size: 25px;

 }

 .others a:hover {
     color: rgb(0, 0, 0);
 }
