body{
        background-color: black;
        font-family: cursive;
        color: #17FF60;
}

h1{
        text-align: center;
        
}

a{
        border: 2px solid white;
        display: block;
        padding: 20px;
        margin: 20px;
        border-radius: 25%;
        text-decoration: none;
        color:#17FF60;
        font-size: 30px;
        text-align: center;
        
}