
body {
    background-color: #CFC2E9;
    font-family: Lato; 
}


div { 
    font-size: 18px;
    margin-top: 2%;
    margin-left: 25%;
    margin-bottom: 2%;
    margin-right: 25%;
    color: #282828;
    text-align: center;
    vertical-align: center;
}

div h1 {
    font-size: 45px;
    font-weight: Bold;
    word-spacing: 0.25em;
    text-align: left;
}

div p {
    text-align: left;
}

a {
    text-decoration: none;
    color: #282828;
}

a:hover {
    text-decoration: none;
    color: #5575bc;
}
