@font-face {
    /*フォントの名前*/
    font-family: "DeterminationJP";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src: url("fonts/DeterminationJP.woff") format("woff")
  }

body{
    background-color: black;
    color: white;
    font-family: "DeterminationJP";
}

.Title{
    padding-top: 13px;
    text-align: center;
    border-bottom: 10px solid white;
    color: white;
}

a {
 
    color:yellow;
    text-decoration:underline;
     
    }

.dl_header{
    font-size:xx-large;
    padding-top: 55px;
    text-align: center;
    background-image: url(img/background.png);
}

.use{
    margin-top: 70px;
    text-align: center;
    font-size:larger;
}
li{
    list-style: none;
    float:left;
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:larger;
}

li a{
    color: white;
    text-decoration: none;
}

li a:hover{
    color: yellow;
    text-decoration: underline;
}

.downloads{
    text-align: center;
}

.downloads button{
    margin:10px;
}

.images h3{
    text-decoration: none;
    font-size:xx-large;
    
}
.download-latest{
    text-align: center;
    margin-bottom: 20px;
}

.download-latest button{
    margin:10px;
}

.images{
    margin-top:70px;
    text-align: center;
    font-size:larger;

}
ul{
    padding-bottom: 27px;
    padding-left: 32%;
}

.header{
    padding-top: 55px;
    text-align: center;
    background-image: url(img/background.png);
}

.headertext{
    font-size: xx-large;
}

.by{
    font-size:medium;
}

button{
    border: 7px solid orange;
    background-color: black;
    color: orange;
    font-family: "DeterminationJP";
    font-size: x-large;
    padding:10px 15px;
}

button:hover{
    border: 7px solid yellow;
    background-color: black;
    color: yellow;
    font-family: "DeterminationJP";
    font-size: x-large;
    padding:10px 15px;
}

.about{
    margin-top:70px;
    font-size:large;
    text-align: center;
}