section{
    background-color: darkcyan;
    border: 3px white dashed;
    padding: 5px;
    margin: 10px;
}

body{
    background-color: black;
    color: white;
    text-align: center;
}

a{
    color: white;
    text-decoration: none;
    margin: 5px;
    border: white dashed 1px;
}