body {
    background-color: #0e1320;
    display: flex;
    flex-direction: column;
    margin:0;
    gap:30px;

    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#8ae09f;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn {
    color:#b2d6ff;
    text-align: center;
    padding:15px;
    font-size: large;
    background-color: #182035;
    width: 300px;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #31436b;
}

.btn:hover {
    background-color: #31436b;
}

.btn:active {
    background-color: #182035;
}