﻿body {
    font-family: 'Lato', sans-serif;
    background-color: mintcream;
    color: slategray;
    background-image: url(images/desk.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#content {
    background-color: rgba(14, 138, 252, 0.52);
    margin: auto;
    width: 550px;
    height: 350px;
    border: solid 1px white;
    display: flex;
    justify-content: center;
    align-items: center;
}