@font-face {
    font-family: gothic;
    src: url(https://crazyblue7.github.io/websites/fontsmol.ttf);
}
@font-face {
    font-family: font;
    src: url(https://crazyblue7.github.io/websites/font.ttf);
}
body {
    background: linear-gradient(to top,#F4A698, #00BFB2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
    font-family: font;
    font-size: 0.4cm;
}
.border {
    padding: 10px;
    border-width: 10px;
    border-style: solid;
    border-radius: 50px;
    border-color: black;
    margin: 50px;
    background-color: #F4A698;
}
#homebar {
    position: fixed;
    background-color: #F4A698;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    border-radius: 52px;
    left: center;
    margin-top: -10px;
}
.smol {
    font-family: gothic;
    font-size: 0.3cm;
}
.comic {
    font-family: font;
}
.gothic {
    font-family: gothic;
}
