@font-face {
    font-family: 'TASS';
    src: url('../font/Tassisaac.woff2') format('woff2'),
         url('../font/Tassisaac.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'TASS', sans-serif;
	cursor: url('../images/cursor_normal.png'), auto;
	background: rgb(0, 0, 0);
    position: relative;
	overflow-y: scroll;
}

.image-row-thingies {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
    align-items: center;
  	gap: 15px;
  	margin: 45px auto;
  	max-width: 80vw auto;
    height: auto;
}

.image-row-smaller {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	margin: 45px auto;
	max-width: 1000px;
	align-items: center;
}

.image-row-smaller img {
	display: block;
	height: auto;     
	max-width: 250px;
	flex: 0 0 auto;
}

.logo {
    display: block;
 	margin: auto;
    object-fit: contain;
    transform: scale(0.8);
    max-width: 100%;
}


#BG {
    position: absolute;
    z-index: -1; 
}

#FloatRight  {
    float: right;    
}

#FloatLeft  {
    float: left;    
}

h1{
	text-align: center;
	font-size: 60px;
	color: white;
}

h2{   
    text-align: center;
    margin: 0 0 0 20px;
	font-size: 50px;
	color: white;
}

h3{   
    text-align: center;
    margin: 0 0 0 20px;
	font-size: 40px;
	color: white;
}