html,body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    background: #ffffff;
    text-align: center;
    margin: 30px 0 0;
    overflow: hidden;
}

* {
    color: rgb(100, 100, 100);
    user-select: none;
}

h1 {
    margin-top: 100px;
}

h2 {
    margin-top: 75px;
}

a {
    color: #00BFFF;
}

ul,
li {
    margin: 0;
}

ul {
    margin-left: -40px;
    line-height: 30px;
}

li {
    list-style: none;
}