
:root {
    --white: #ffffff;
    --croissantbrown: #a24719;
    --croissantlight: #f9e3ba;
    --blueb: rgb(74, 132, 129);
    --translight: rgba(255, 235, 205, 0.74);
    --darkblueb: #335d79;
}

* {
    box-sizing: border-box;
  }

@font-face {
    font-family: soopafresh;
    src: url(/fonts/soopafre.ttf) format("truetype");
}

@font-face {
    font-family: minecraft;
    src: url(/fonts/Minecraft.ttf) format("truetype");
}

@font-face {
    font-family: pixel;
    src: url(/fonts/Perfect\ DOS\ VGA\ 437.ttf) format("truetype");
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }

@keyframes elastic-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(720deg); }
  }

body {
    background-image:url('https://f2.toyhou.se/file/f2-toyhou-se/images/109232867_k12SDzFwQSpJyPS.png');
    background-repeat: repeat;
    background-size: 105%;
    padding: 10px;
    
}

.gobackkkk {
    font-family: minecraft;
    color: var(--white);
    font-size: 25px;
    position: absolute;
    text-shadow: 0px 0px 3px #4d3215;
}

h2 {
    font-family: pixel;
    color: var(--darkblueb);
    text-align: center;
    text-shadow: 0px 0px 1px #4d3215;
    padding-top: 1px;
    font-size: 200%;
    margin-top: 10;
    margin-bottom: -7px;
}

p {
    font-family: pixel;
    color: rgb(74, 132, 129);
    font-size: 100%;
}

.container {
    margin-left: auto; 
    margin-right: auto;
    width: 250px;
    height: 150px;
    background-color: rgba(255, 235, 205, 0.74);
    border: var(--blueb);
    border-style:dashed;
    border-radius: 0.5px;
    text-align: center;
}

.row {
    margin: auto;
    display: flex;
    padding: 10px;
    width: 75%;
}

.column {
    flex: 50%;
    background-color: rgba(255, 235, 205, 0.74);
    border: var(--blueb);
    border-style:dashed;
    border-radius: 0.5px;
}

.left, .right {
    width: 15%;
    margin: 15px;
}

h3 {
    font-family: pixel;
    color: var(--darkblueb);
    text-align: center;
    text-shadow: 0px 0px 1px #4d3215;
}

.keepin {
    position: relative;
    display: flex;
}

.texttext {
    width: 175px;
    text-align: left;
    height: 150px;
    overflow: auto;
}