@font-face{
    font-family: MinecraftBold;
    src: url("assets/fonts/MinecraftBold.otf");
}
body {
    background: #FFF0FB;
    padding:10% 25%;
}
img {
    display: block;
}
#main-box {

}
#titlebar {
    background: url("assets/titlebarbg.svg");
    background-repeat: repeat;
    background-size: 180px;
    border: 3px dashed #FF67D8;
    border-bottom: 3px solid #FF67D8;
}
.titlebar-img {
    display: inline;
    vertical-align: bottom;
    text-align: center;
}

#eyeknow{
    position: absolute;
    place-self: center;
    inset: 0;
}

#titlebar-text{
    font-family: MinecraftBold;
    margin:0;
    color: #FFFFFF;
    background: #FF67D8;
}

.buttons {
    padding:1% 0%;
}

.button {
    transition: transform .2s;
    display:inline;
}

.button:hover {
    transform: scale(1.1);

}
