.cookie-animation {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;

    -webkit-animation-duration: 2s;
    animation-delay:2s;

    animation-iteration-count: infinite;
}

.cookies {
    margin-top:20px;
}

.cookie {
    width:60%;
    margin-left:20%;
}

.modal-animation {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.messagebox {
    font-weight: 900;
    font-size: 1.5em;
    color:white;
    text-align:center;
    display:none;
    margin:10px;
}

.friend-messagebox {
    font-weight: 800;
    font-size: 1.5em;
    color:white;
    text-align:center;
    margin:10px;
    display:none;
}
