body {
    background-image: url("assets/fascism-fascist.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

h1, h2, h3, p, img {
    font-family: Arial;
    color: white;
    padding-left: 10px;
}


audio {
    display: flex; 
    padding: 10px;
}

img {
    padding-left: 10px;
}

a {
    text-decoration: none ;
}

@keyframes ratioanim {
    from {opacity: 0%;}
    to {opacity: 100%;}
}

.ratio {
    animation-name: ratioanim;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-direction: alternate;
    
}