﻿body {
    font-family: 'Lato', sans-serif;
    background-color: white;
    color: slategray;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#content {
    background-color: rgba(14, 138, 252, 0.52);
    margin: auto;
    width: 450px;
    height: 150px;
    border: solid 1px white;
    display: flex;
    justify-content: center;
    align-items: center;
}