body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
    background-size: cover;
}
@media (max-width: 768px) {
    .link-container div {
        width: 90%;
        padding: 60px 30px; 
        
        border-width: 10px;
    }

    .link-container a {
        margin-bottom: 20px;
    }
}

.link-container div {
    background-color: lightgrey;
    width: 30%;
    border: 15px solid rgb(133, 133, 133);
    padding: 100px;
    align-self: center;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
}

.link-container a {
    color: red;
    display: block;
    margin-bottom: 10px;
    flex: 1;
    display: flex;
    align-items: center;
}

h2 {
    text-align: center;
    color: white;
}

header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    color: white;
    text-decoration: none;
}
