@font-face {
    font-family: "Cute Dino";
    src: url("Cute-Dino.ttf") format("truetype");
}

html {
    width: auto;
    height: auto;

    background-image: url("code.gif");

    color: rgb(255, 255, 255);
    font-family: "Cute Dino", sans-serif;
}

.entrance{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 5%;
    margin-bottom: 5%;

    scale: min(1, 1.5);

    

}

.center img{
    scale: min(1, 2);
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 6cm;

    scale: min(1, 1.5);

    background-color: rgba(20, 20, 20, 0.699);
}

