* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background-color: bisque;
    color: #000;
    font-size: 30px;
    text-align: center;
    padding-top: 200px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}

a:hover {
    text-decoration: underline;
}

li {
    margin-bottom: 10px;
}

ol {
    list-style-type: circle;
    padding: 5px;
    font-size: 20px;
}