* {
    box-sizing: border-box;
}

body {
    background-color: rgb(41, 41, 41);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    padding: 1em;
    background-image: url('./images/midsize-header2.jpg');
}

a {
    color: black;
    text-decoration: none;
}

.link {
    border: 4px solid black;
    border-radius: 20px;
    margin-bottom: 1em;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 2em;
    box-shadow: 0 0 10px black;
}