html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(to left top, #440000, #490e00, #4c1a00, #4e2500, #4f3000);
}

h1, h2, h3, h4, p{
    font-family: 'Rubik';
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}

a{
    font-family: 'Rubik';
    color: #ffb488;
}

img {
    float: left;
    margin: 0px 20px 15px 0px;
}

footer{
    text-align: right;
}

#title {
    font-family: 'Monomanic One';
    font-size: 75px;
    background: linear-gradient(322deg, rgb(95, 38, 0) 0%, rgb(255, 171, 102) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

@font-face {
    font-family: 'Monomanic One';
    src: url(fonts/MonomaniacOne.ttf);
}

@font-face {
    font-family: 'Rubik';
    src: url(fonts/Rubik.ttf);
}