body {
    background-color: #fd8311;
}
.wrapper {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.wrapper .logo {
    background-image: url(logo.png);
    background-size: cover;
    height: 100px;
    width: 122px;
    margin: 50px auto 40px auto;
}

.wrapper .text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 23px;
    text-align: center;
    color: white;
    margin-left: 10%;
    margin-right: 10%;
}
