/*
   --------------------------
   Copyright (c) 2024 KAIRIES
   --------------------------
*/

@font-face {
  font-family: Square721BT;
  src: url(Square721BT.ttf);
}

* {
    margin:0;
    padding:0;
}

HTML, BODY{
    height: 100%;
    width: 100%;
    background-color: #171b25;
    font-family: Square721BT;
}

img{
	border: 0;
}

A {
  color: #948bb8;
  text-decoration: none;
}

A:hover {
  color: #948bb8;
  text-decoration: none;
}

#distance {
    height: 30%;
    margin-bottom: 0px;
    float: left;
}

#mainframe{
    margin: 0 auto;
    position: relative;
    height: 136px;
    width: 450px;
    clear: left;
    background-color: #171b25;
    background-image: url(_IMAGES/KAIRIES.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#header{
    margin: 0 auto;
    position: relative;
    height: 136px;
    width: 650px;
    clear: left;
	background-color: #171b25;
    font-size: 3.2vh;
	letter-spacing: 0.7vh;
}
