html {
    height: 100%;
}
body {
    background: url(../images/clouds.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.icon-box-text {
    font-weight: 500 !important;
}

.mockup {
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.mockup img {
    display: block;
    position: relative;
}

.mockup div {
    height: 5em;
    text-align: center;
    margin-top: 1em;
    color: #A9ABAC;
    padding-top: 2em;
    border-top: 1px solid #F39200;
    color: #444F60;
    font-weight: 500;
}
