@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.sipu.li/Karla.ttf) format('truetype');
}
@font-face {
    font-family: 'Press Start 2P';
    font-style: monospace;
    font-display: swap;
    src: url('https://fonts.sipu.li/Press Start 2P.ttf') format('truetype');
}
html {
    height: 100%;
    width: 100%;
}   
body {
    background-image: url("/images/bg.jpg");
    background-color: #fb45a2;
}
#content {
    width: 90%;
    max-width: 1100px;
    margin: 60px auto 0px auto;
}
h1 {
    color: white; 
    font-size: 1.8em;
    text-align: center;
    margin: 20px auto 40px auto;
    font-family: 'Press Start 2P';
}
.link {
    width: 200px;
    height: 100px;
    background-color: #7d64d7;
    border-radius: 100px;
    margin: 25px auto;
    text-align: center;
    color: white;
    padding: 14px 20px;
    font-family: Karla;
    transition: background-color 0.2s;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.link:hover {
    background-color: #786fe0;
    transition: background-color 0.1s;
}
.link span {
    color: white;
    font-size: 1.4em;
    display: block;
}
.infop {
    font-family: Karla;
    text-align: center;
    color: white;
    font-size: 1.3em;
}
.infop a {
    color: white;
    text-decoration: none;
}
#email::before {
    content: "\02709";
    font-size: 1.7em;
    font-weight: 600;
    position: relative;
    top: 6px;
    right: 5px;

}
#cuteimg1 {
    display: block;
    margin: auto;
    width: 200px;
}
#cuteimg2 {
    display: block;
    margin: auto;
}
.navbutton {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 3em;
    background-size: cover;
}
.navbutton a {
    display: block;
    height: 100%;
    width: 100%;
}
#infobutton {
    background-image: url("/info.png");
}
#backbutton {
    background-image: url("/back.png");
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/food/foo-6/foo514.cur), auto !important;
}
/* End https://www.cursors-4u.com */
