@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Color+Emoji&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Kattos';
    src: url('font.ttf'), url('font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {

    background-color: #161616;
    color: white;
    font-family: 'Poppins', 'Fredoka', sans-serif;

}

main {

    margin: 0 auto;
    width: 1500px;
    line-height: 175px;
    font-size: 500%;

}

.kattos {

    font-family: 'Kattos';
    font-size: 120%;
    background-image: linear-gradient(to bottom, red, rgb(255, 78, 78));
    background-clip: text;
    color: transparent;

}

a {

    color: white;

}

#videos {

    text-align: center;

}

#meow {

    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);

}
