@font-face {
    font-family: 'that gothic one';
    src: url(/fonts/kingjola.ttf);
}

@font-face {
    font-family: 'mom';
    src: url(/fonts/Mom«t___.ttf);
}

body {
    background-color: rgb(2,2,2);
}

#fk {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    font-family: 'that gothic one';
    font-size: 200px;
    margin: 5%;
    padding-left: 70px;
}

#rafaelgay {
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'mom';
    text-decoration: none;
    justify-content: center;
}

button {
    text-decoration: wavy;
    border: none;
    border-radius: 15px;
    font-size: 50px;
    font-family: 'mom';
    background-color: rgb(0, 0, 0);
    color: whitesmoke;
    letter-spacing: 3px;
    cursor: crosshair;
}

button:hover {
    color: rgb(168, 168, 168);
}

@media screen and (max-width: 768px){
    
}