body {
    font-family: "Kosugi Maru";
    max-width: 1000px;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
}

.ContentWrapper {
    margin-top:10px;
    width: 1000px;

}

.FormWrapper {
    margin-left: 80px;
    color: rgb(110,110,110)

  }

.ContentsList {
    display:flex;
    margin-left: 80px;
    margin-right: 80px;
    color: rgb(110,110,110)
}

.ContentsList input[type="text"] {
    width: 400px;
    height: 50px;
    border: 3px solid rgb(0, 136, 255,0.5);
    border-radius: 5px;
}

.ContentsList input[type="text"]:focus {
    border-color: rgb(0, 136, 255,1);
    outline: none;
  }

.ContentsList textarea {
    width: 400px;
    height: 150px;
    border: 3px solid rgb(0, 136, 255,0.5);
    border-radius: 5px;
}

.ContentsList textarea:focus {
    border-color: rgb(0, 136, 255,1);
    outline: none;
  }

.ContentsList select {
    width: 400px;
    height: 50px;
    border: 3px solid rgb(0, 136, 255,0.5);
    border-radius: 5px;
}

.ContentsList select:focus {
    border-color: rgb(0, 136, 255,1);
    outline: none;
  }

.ContentsList input[type="date"] {
    width: 400px;
    height: 50px;
    border: 3px solid rgb(0, 136, 255,0.5);
    border-radius: 5px;
}

.ContentsList input[type="date"]:focus {
    border-color: rgb(0, 136, 255,1);
    outline: none;
  }

.ContentsList input[type="submit"] {
    width: 400px;
    height: 50px;
    background-color: rgb(0, 136, 255,0.5);
    border: 0px solid rgb(0, 136, 255,0.5);
    border-radius: 5px;
}

.ContentsList input[type="submit"]:focus {
    background-color: rgb(0, 136, 255,1);
    outline: none;
  }
