@font-face {
    font-family: MSPGothic;
    src: url('misc/msp.ttf') format('truetype');
}

body{
    text-decoration:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
}

.flex-main {
    display: flex;
	justify-content: center;
}

.container {
    height: 550px;
    border: 3px solid #000000;
    margin-right:4px;
	box-sizing: border-box;
    background-color:white;
    
    overflow: hidden;
    background-position:bottom;
    background-repeat: repeat;
    
    font-family: MSPGothic;
    
    
}