* {
    margin: 0;
}
body{
    background-color: rgba(199, 236, 163, 0.789);
}
header{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: monospace;
    font-size: 60px;
    font-weight: bold;
}
h1{
    font-family: monospace;
    font-size: 40px;
    color: rgb(6, 110, 41);
    font-weight: regular;
    text-align: center;
}
section{
    margin: 50px;
    outline-style: dashed;
    outline-color: aliceblue;
    outline-width: 3px;
    text-align: center;
}
section a{
    margin-bottom: 20px;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-decoration:none;
    font-size: 30px;
    -webkit-text-stroke: 0.8px;
    -webkit-text-stroke-color: black;
    font-family: sans-serif;
}
a:hover{
    color: rgb(255, 221, 0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
    font-family: sans-serif;
}