body {

    font-family:'Times New Roman', Times, serif;
    text-align: justify;
    font-family: fuck;
}

@font-face {
    font-family: fuck ;
    src: url('https://files.catbox.moe/bwxohl.ttf');
}

@font-face {
    font-family: kms;
    src: url('https://files.catbox.moe/mgtxcu.otf');
}

h1 {
    font-family: kms;
}

.cw {
    background-color: black;
    color: white;
}

.alert {
    background-color: #f44336;
    color: white;
    width: 95%;
    padding: 10px;
  }

a {
 color: black;
}


.columns {
    column-count: 2;
}

iframe {
border: none;
width: 100%;
height: 150%;
}

button {
    border: solid black 2px;
    color: white;
     background: rgba(0, 0, 0, 0.7);
    width: 170px;
    padding: 4px;
    font-family:fuck;
}

.buttons {
    font-style: italic;
}

li{
    padding: 5px;
}


.tablestyle td {
    border: 1px solid;
}
.tablestyle td h4 {
    margin-bottom: 0;
}
.colcenter {
    text-align: center;
}

table {
  table-layout: fixed;
  width: 100%;
  border: 2px black solid;
  color: var(--tableheadtext);
}

th {
background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  border: 2px black solid;
  overflow: hidden;
  text-align: right;
  min-width: 30px;
  width: 30%;
}