body {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-family: sans-serif;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
a {
    color: red;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: black;
    text-decoration: underline;
    font-weight: normal;
}
h1{
  font-size: 56px;
}
h2 {
  font-size: 32px;
}
p {
  text-align: center;
}
img {

}
