body {
    background-color: #273247;
}

.images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    gap: 24px;
    color: white;
}
.botton{
    padding: 20px;
    border: solid 1px white;
    border-radius: 8px;
    color: white;
    text-decoration: none;
}
.botton:hover{
    background-color: #162033;
}