html {
    height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
}

body {
    background: linear-gradient(0deg, rgba(44, 57, 121, 0.7), rgba(44, 57, 121, 0.7)), rgb(31, 40, 85);
    height: 100%;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

#container {
    max-width: 640px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link {
    background: linear-gradient(90deg, #172264, rgba(249, 42, 10, 0.2)), #172264;
    display: flex;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px;
    margin: 5px;
    width: 27%;
    justify-content: center;
    box-shadow: 0 0 24px rgba(21, 34, 100, 0.54);
}

.link:active,
.link:hover {
    outline-width: 0;
    box-shadow: 0 0 24px rgba(21, 34, 100, 0.84);
}
