* {
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

html,
body {
    background: #2c2f33;
    color: #99aab5;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    height: 100%;
    padding: 4px;
}

a {
    color: #7289da;
}

h1,
h2,
h3 {
    font-family: 'Roboto Slab', serif;
}

a:hover {
    color: coral;
}

header {
    display: flex;
    flex-direction: column;
    text-align: center;
}

header a {
    padding: 0 10px;
    text-decoration: none;
}

main {
    margin: 40px 10% 0 10%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.section {
    width: 30%;
    padding: 10px;
    border: 2px grey solid;
    text-align: center;
}

.section a {
    padding: 10px;
    white-space: nowrap;
    text-decoration: none;
}

.section h2 {
    padding-bottom: 5px;
}

.service-down {
    color: #ce4545;
}

.service-up {
    color: #4caf50;
}

.service-container {
    width: 92%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-self: center;
    padding: 6px;
}

#closing-section {
    width: 92%;
}
