﻿#veryButton {
    border: 1px solid black;
    background: lightblue;
    font-family: verdana;
    height: 40px;
}

.img_holder {
    display: inline-block;
    width: 422px;
    height: 423px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.paa {
    position: absolute;
}

.suu {
    position: absolute;
    width: 107px;
    left: 158px;
    top: 266px;
}

@font-face {
    font-family: 'Squarefont';
    src: url('Square.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	color: white;
	font-family: "Segoe UI",Arial,sans-serif;
}
