@font-face {
    font-family: "crash test";
    src: url('Crashtestdummy.woff') format('woff'),
         url('Crashtestdummy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "creato";
    src: url('CreatoDisplay-Regular.woff') format('woff'),
         url('CreatoDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.alexsachandra {
    position: fixed; top: 20px; left: 20px; z-index: 100;
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-family: 'crash test', sans-serif; font-size: 55px;
}

.power {
    position: fixed; top: 70px; left: 20px; z-index: 100;
    text-decoration: none; color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255, 0.9);
    font-family: 'creato', sans-serif; font-size: 14px;
}

.gif {
    position: fixed; 
    top: 50%;       
    left: 50%;       
    transform: translate(-50%, -50%); 
    width: 350px;    
    height: auto;
}

.message {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 510px;
    font-family: 'creato', sans-serif; font-size: 14px;
    color: black;
}