body{
    background: url("../images/1.jpg");
}
h1{
    text-align: center;
    color: #45ffc6;
    font-size: 40px;
    background: white;
    border: 5px solid;
    width: 65%;
    margin: auto;
    margin-bottom: 15px;
}
#links{
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    text-align: center;
    border-radius: 10px;
    border: 5px #54cc28 solid;
    width: 30%;
    margin: auto;
}
a{
    background: #54cc28;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;
    color: white;
    font-size: 25px;
}
a:hover{
    background: #070707;
}
p{
    margin: 10px;
}
