body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20%;
}

a {
    color: #fcae41;
    text-decoration: none;
}

.content {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    background-color: white;
    padding: 40px;
    position: relative;
}

img {
    width: 200px;
    height: auto;
}
