body{
    width: 100%;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: rgb(12, 18, 51);
    a{
        padding: 1rem;
        font-size: 2rem;
        font-weight: bold;
        font-family: sans-serif;
        text-decoration: none;
        color: white;
        background-color: orangered;
    }
}