/* helloers!!! */

@keyframes rotate {
100% {transform: rotatey(360deg);}
}

@font-face {
    font-family: 'Lucida Sans Typewriter';
    font-weight: 400;
    src: local('Lucida Sans Typewriter'), url('https://fonts.cdnfonts.com/s/16217/LTYPE.woff') format('woff');
}

* {
font-family: Lucida Sans Typewriter;
}

body {
background-image: linear-gradient(
          rgba(0, 0, 0, 0.2), 
          rgba(0, 0, 0, 0.2)
        ), url("https://cdn.discordapp.com/attachments/763919961579716628/893170564288634920/image0-1.jpg");
background-color: #828282;
}

#bio img[alt="brekfast"] {
width: 100%;
height: 100%;
}

#mybio strong {
position: fixed;
top: 50%;
left: 50%;
transform: scale(10)
}

.avatar {
border-radius: 50%;
animation: rotate linear 5s infinite;
}