body {
    font-family: Roboto;
    margin: 48px;
}

.content {
    background-color: rgb(234, 234, 234);
    border: 2px rgb(180, 180, 180) solid;
    border-radius: 15px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

footer {
    position: absolute;
    bottom: 48px;
    left: 0px;
    color:rgb(124, 124, 124);
    font-size: 14px;
    text-align: center;
    width: 100%;
}