h1, a{
    text-align: center;
    color: lightcoral;
}

body {
    color: beige;
    background: #111;
    font-family: "Courier New";
}

p {
    text-align: center;
}

div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotted-border {
    border-style: dotted;
    border-color: lightcoral;
    border-width: medium;
    padding: 10px;
    padding-right: 25px;
}

.underline {
    text-decoration: underline;
}

li {
    font-size: 30px;
}
