* {
    box-sizing: border-box;
}

img {
    max-width: 100;
}

@font-face {
    font-family: "Jacquard 12 Regular";
    src: url('Jacquard12-Regular.ttf');
}

body {
    background-color: lightskyblue;
}

h1 {
    font-family: "Jacquard 12 Regular";
    color: rgb(35, 68, 100);
    font-size: 50px;
    text-align: center;
    border: 5px dotted white;
    width: 600px;
    position: relative;
    margin: auto;
}

.container {
    background: white;
    border: 10px solid;
    border-color: rgb(35, 68, 100);
    height: 400px;
    width:400px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    align-content: center;
    color: rgb(35, 68, 100);
    font-family: monospace
}

.pochacco {
    position: absolute;
    display: flex;
    left: 44%;
    top: 23%;
}

.pochacco2 {
    position: absolute;
    display: flex;
    left: 31%;
    top: 55%;
}


