h1, a{
    text-align: center;
    color: lightcoral;
}

body {
    color: beige;
    background: #111;
    font-family: "Courier New";
}

div {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
}

.dotted-border {
    border-style: dotted;
    border-color: lightcoral;
    border-width: medium;
    padding: 10px;
    padding-right: 25px;
}

b {
    color: lightcoral;
}

u, i{
    color: lightsalmon
}

img {
    width: 70%;
    height: auto;
}

.underline {
    text-decoration: underline;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}	
