body {
    background: linear-gradient(to bottom, #6092A6, #CEECF2);
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: 612px;
}

.top-right-buttons {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}
.top-right-buttons a {
    background-color: whitesmoke;
    color: black;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 18px;
}
.top-right-buttons a:hover {
    background-color: #CEECF2;
}