body {
    background: darkcyan;
    font-family: 'Source Sans Pro';font-size: 22px;
}

.welcome-message {
    text-align: center;
    color: white;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

a {
    text-decoration: none;
    color: black;
}

.link-box {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 5px;
    background-color: whitesmoke;
}