*{
    box-sizing: border-box;
}

html, body{
    margin: 0;
    padding: 0;
}

body{
    /* background-color: #ABE1D4; */
}


.bottom{
    margin-top: 10vh;
    text-align: center;
    width: 100%;
    padding: 30px 0px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
}

.bottom a.bottom-text{
    text-decoration: none;
    color: #666;    
}

.bottom .icon{
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 5px;
}