*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header, footer{
    text-align: center;
}


/*Links*/
a:link{color: rgb(124, 72, 172);}
a:visited{color: coral;}
a:hover{color: rgb(46, 29, 62);}

h1{
    font-size: 58px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
    color: rgb(70, 25, 25);
}

p{
    font-weight: 750;
}

img{
    width: 100%;
    height: auto;
    opacity: 80%;
    filter: brightness(40%);
}

.character{
    width: 45%;
    border-radius: 2%;
    border-style: outset;
}