.basicBody{
    background-image: url("colM0.jpg");
}

body, html {
    height: 100%;
    width:100%;
    margin: 0;
    padding:0;

    /* The image used */
    background-image: url("M00KIE.jpg");

    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 80%;

    color: #fff;

}

.fullBg{
    /* Full height */
    height: 100%; 

    /* Change opacity */
    background-color: rgba(0,0,0,0.5);

    text-align:center;
}

.fullMessage{
    /* Center element box in middle of document */
    position:absolute;
    margin: auto;
    transform: translateY(-50%);
    top:50%;

    text-align:center;
    font-size: 35px;

    /* To center correctly */
    width:100%;
    font-family: 'Cookie', cursive;
}

.btn{
    display: inline-block;
    background: #fff;
    color: #333;
    text-decoration: none;
    padding: 8px 8px;
    /* border: 1px solid rgb(0, 0, 0); */
    margin: 1rem 0;
    font-size: 35px;
}

.icons a{
    color: #fff;
    font-size: 35px;
}