section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 50px;
    font-family: Impact;
    font-weight: normal;
}
body {
    background-color: #202020;
    color: white;
}
a {
    text-decoration: none;
    margin-left: 10px;
}
a:visited {
    color:rgb(184, 184, 184);
}