#box {
    position: absolute;
    width: 500px;
    top: 30%;
    left: 50%;
    margin-left: -250px;
}

#box img {
    margin-left: 100px;
}

#box p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.2rem;
}