body {
    text-align: center;
    min-height: 100vh;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

.link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 10px 50px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 20px;
    box-shadow: purple 10px 10px;
}

.logo {
    border-radius: 10px;
    box-shadow: purple 5px 5px;
    /* object-fit: cover; */
    padding: 10px;
}