body {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 15px;
}

h1 {
    font-size: 40px;
    border: 3px solid blue;
    border-radius: 10px;
}

p {
    font-size: 25px;
}
.page{
    border: 5px solid rgb(194, 223, 237);
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(240, 224, 224);
    background-color: transparent;
    transition: 0.3s;
}
.page:hover{
background-color: #0af;
}