here's my layout :D
<!-- Layout by hottopicwannabe (https://spacehey.com/tiger09te). Please keep this note when using this layout. Feel free to edit it as much as you want -->
/* this changes the font, the foreground color and the text's color, in that order */
#main {
font-family: fantasy;
background-color: #C3E7F165;
color: #151950;
}
/* this changes the hyperlinks' color */
a:link,a:visited {
color: #9D4AD8;
}
/* this changes the background */
body {
background-image: url("https://f.feridinha.com/aVNNU.png");
background-size: cover;
}
/* this changes the header's color. It also makes it translucent */
#header {
background-color: #C3E7F199;
}
/* this changes the site's text logo*/
#logotext {
content: url("https://f.feridinha.com/roaAp.png");
}
/* this changes the site's image logo*/
#logoimg {
content: url("https://f.feridinha.com/f6i5U.png");
}
/* this changes the footer's text color (the original was too light so it wasn't very readable with the background I put on this layout */
#footer {
color: #3A3B40;
}