body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: gray;
    margin:0px;
    padding:0px;
    background-color: #EBBB86;
}

#container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

#box {
    background-color: rgba(255, 255, 255, 0.9);
    width: 600px;
    text-align: center;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 50px 20px;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cloud {
    color: #63E6BE;
    font-size: 60px; }

.social-holder{
    margin: 54px 0px 15px 0px;
}

.social-holder ul{
    list-style: none;
    margin: 0 10px;
}

.social-holder ul li{
    display: inline-block;
}

.social-icon {
    border-radius: 10%;
    cursor: pointer;
    display: inline-block;
    font-size: 45px;
    line-height: 30px;
    margin: 0;
    padding: 5px 20px 5px 20px;
    color: #45C4B0;
}

.social-icon:hover{
    border-color: transparent;
    color:skyblue;
}