body {
    background-image: url('res/Background.png');
    background-repeat: repeat-x;
    background-color: black;
    background-position: top;
    width: 50%;
  }

.Main {
    margin: 50%;
    color: white;
    font-family: HedgeFont;
    font-size: 100%;
    width:800px;
    border: 2px solid blue;
    background-color:  rgba(0, 0, 128, .2);
    margin-top: 50px;
    outline: 2px solid blue;
    outline-offset: 5px;
}

.Title {
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: HedgeFont;
    background-color: black;
}

.Buttons {
    margin: 10px;
    margin-top: 20px;
    display: block;
}

.Text {
    margin: 40px;
}

@font-face {
    font-family: HedgeFont;
    src: url('Font.ttf');
  }

hr {
    border: 1px solid blue;
    background-color:  rgba(0, 0, 128, .2);
    margin: 5px;
    outline: 2px solid blue;
    outline-offset: 4px;
}

.Kirby {
    float: right;    
    margin: 50px;
}