html {
     background-color: rgb(255, 227, 227);
     text-align: center;
     font-family: monospace;
     margin-left: 20%;
     margin-right: 20%;
}
h1 {
     font-size: 80px;
}
h2 {
     font-size: 40px;
}
p {
     font-size: 20px;
}
img {
     width: 20vw;
}
ul {
     padding-left: 0;
     margin-left: 0;
     list-style-type: none;
     font-size: 20px;
}