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

body{
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    background-color: #1b1b1b;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

a, a:active, a:visited{
    text-decoration: none;
    color: #fff;
    margin: 10px;
}

a:hover, h1{
    color: #0099ff;
}

h1{
    font-size: 2.5rem;
    margin-bottom: 20px;
}