﻿.center {
    margin: auto;
    width: 30%;
    padding: 10px;
}

h1 {
    text-align: center;
    color: dimgrey;
    background-color: white;
    border: 1px solid black;
}
.header {

}

p {
    font-family: courier;
    color: grey;
    font-size: 20px;
}

body {
    text-align: center;
    background-color: lightpink;
}

.underline {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: grey;
}

footer {
    margin-top: 400px;
}

.footer {
    color: dimgrey;
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}