a{
    text-decoration: none;
}

button{
    border: none;
    border-radius: 3dvw;
    background-color: rgb(56, 75, 123);
    color: aliceblue;
    font-size: 6dvw;
    width: 30dvw;
    height: 30dvw;
    margin:20px;
}

body{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100dvh;
    width: 100%;
}