body {
    background-color: rgb(14, 44, 68);
    color: white;
    font-weight: bold;
    text-align: center;
    align-content: center;
    align-items: center;
}

h1 {
    text-decoration:underline;
    font-size: 180px;
}

a {
    font-size: 120px;
    color: #2f32f5;
}

p {
    font-size: 80px;
}

div#paging
    {
      text-align: center;
      /* スクロールに対してページングボックスの位置を固定 */
      position: fixed;
      /* 位置を指定 */
      bottom: 0;
      right:45%;
    }

    div#pagingbox{
      background: #FFF;
    }

    th{
      /* ヘッダ背景塗りつぶし */
      background: #eee;
    }
   th,td {
     /* 枠線を1本線指定 */
      border: solid 1px;
      width:auto;
   }

   table{
     /* 枠線を1本線指定 */
      border: solid 1px;
      border-collapse:  collapse;
      white-space: nowrap;
    }

    footer{
      position: fixed;
      width: 100%;
      background-color: #C0C0C0;
      padding: 15px 0;
      bottom: 0; /*下に固定*/
    }

th,td {
    text-align: center;
    font-size: 60px;
}

th {
    color: black;
}

table {
  width: 90%;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
}

.url a {
  display: block;
  height: 100%;
  text-align: center;
}

.url {
  width: 100%;
  height: 15%;
  background-color: rgba(37, 77, 138, 0.555);
}

.url:hover {
  background-color: rgba(37, 77, 138, 0.685);
}

input {
  background-color: rgba(98, 126, 168, 0.301);
  height: 100px;
  color: white;
  font-size: 90px;
}

button {
  background-color: rgba(0, 69, 172, 0.685);
  border-radius: 5px;
  height: 100px;
  color: white;
  width: 250px;
  border-color: white;
  font-size: 90px;yfvgyhg
  
}

button:hover {
  background-color: rgba(0, 69, 172, 0.842);
  border-radius: 10px;
  transition: 0.5s;
}