@font-face {
    font-family: "Fixedsys";
    src: url("/fonts/FSEX300.woff2") format("woff2"),
         url("/fonts/FSEX300.woff") format("woff");
}

.hContainer {
		display: flex;
}

.vContainer {
		display: flex;
		flex-direction: column
}

.halfMiniBlock {
		border: 2px solid white;
		width: 250px;
		height: 130px;
}
.miniBlock {
		border: 2px solid white;
		width: 250px;
		height: 250px;
}

.bigBlock {
		border: 2px solid white;
		width: 800px;
		height: 800px;
}

.mainButton {
}

input {    
		font-family: "Fixedsys";
    src: url("/fonts/FSEX300.woff2") format("woff2"),
         url("/fonts/FSEX300.woff") format("woff");
		background-color: black;
		color: white
}


button {    
		font-family: "Fixedsys";
    src: url("/fonts/FSEX300.woff2") format("woff2"),
         url("/fonts/FSEX300.woff") format("woff");
		background-color: black;
		color: white
}

h1 {
		padding-left: 10px;
		padding-right: 10px;
}
p {
		padding-left: 10px;
		padding-right: 10px;
}

body {
    font-family: "Fixedsys", monospace;
		font-size: 16px;
		color: white;
		background-color: black;
}
