body {
  background: linear-gradient(#7babf2, #b2e7f7, #eff7f6, #f7d6e0, #f2b5d4);
  background-attachment: fixed;
}

@font-face {
  font-family: starbim;
  src: url(fonts/starbim.regular.ttf);
}
@font-face {
  font-family: dinomouse;
  src: url(fonts/Dinomouse-Regular.otf);
}
A {
  color: #2d82cc;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke fill;
  text-decoration: none;
  font-family: dinomouse;
}
a:hover {
  color: #f4659c;
}
p {
  padding: 10px;
  font-size: 1rem;
}
::selection {
  background-color: #f4659c;
  color: white;
}
p,
h2,
h1 {
  text-align: center;
}
h2 {
  font-family: starbim;
  font-size: 1.5rem;
  color: white;
  -webkit-text-stroke: 5px #2d82cc;
  paint-order: stroke fill;
}
h3 {
  background: linear-gradient(
    to left,
    #7babf2,
    #b2e7f7,
    #eff7f6,
    #f7d6e0,
    #f2b5d4
  );
  border-style: dashed none dashed none;
  padding: 3px;
  margin: 15px 15px 15px 15px;
  font-family: starbim;
  font-size: 1.15rem;
  color: white;
  -webkit-text-stroke: 5px #2d82cc;
  paint-order: stroke fill;
}
b {
  color: #f4659c;
  -webkit-text-stroke: 5px white;
  paint-order: stroke fill;
}
ul {
  padding: 0;
  font-size: 1rem;
  list-style-image: url("images/star.png");
  list-style-position: inside;
  text-align: center;
}

article {
  background-color: #ffffff;
  padding: 15px;
  margin: 15px 15px 15px 15px;
}
.badge {
  background-color: #f4659c;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 3px 5px;
}
table,
tr,
th,
td {
  text-align: center;
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  width: 80%;
  background-color: #d9f4ff;
}
th {
  font-family: starbim;
  font-size: 1.25em;
  color: white;
  -webkit-text-stroke: 5px #2d82cc;
  paint-order: stroke fill;
}
td {
  padding: 10px;
  font-size: 1rem;
}
td,
th {
  border: 2px solid #3bc4ff40;
  padding: 5px;
}
tr:nth-child(even) {
  background-color: #3bc4ff40;
}
.roundedtable {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #2d82cc;
  border-radius: 10px;
  overflow: hidden;
}

.roundedtable th,
.roundedtable td {
  padding: 5px;
  border: 1px solid #2d82cc;
}
header,
nav,
main,
footer {
  font-family: dinomouse;
  color: #3e4152;
  border-radius: 10px;
  border-image-slice: 245 245 245 245;
  border-image-width: 7px 7px 7px 7px;
  border-image-outset: 3px 3px 3px 3px;
  border-image-repeat: round round;
  border-image-source: url(images/border-decoration.png);
  border-style: solid;
}

.box {
  max-width: 65%;
  margin: 30px auto;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 250px minmax(0, 1fr);
  grid-template-rows: 250px;
}

header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  font-family: "starbim";
  font-size: 5rem;
  color: white;
  -webkit-text-stroke: 10px #2d82cc;
  paint-order: stroke fill;
  background: url("images/banner.png");
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

header span {
  position: absolute;
  top: 70%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

nav {
  background: #ffffff80;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

main {
  background-color: #ffffff80;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  height: max-content;
  text-align: center;
}

footer {
  background-color: #ffffff80;
  background-size:
    contain,
    no repeat;
  padding: 15px;
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  text-align: center;
}

button {
  background-image: url("images/checkered.jpg");
  background-size: cover;
  border-radius: 30px;
  border-color: #2d82cc;
  width: 150px;
  padding: 7px 0;
  font-size: 1rem;
  text-align: center;
  color: #2d82cc;
  -webkit-text-stroke: 3px #ffffff;
  text-decoration: none;
  font-family: dinomouse;
  paint-order: stroke fill;
  margin: 5px 2px;
  cursor: pointer;
}
button:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  color: #f4659c;
  background-image: url("images/checkered-pink.png");
  border-color: #f4659c;
}
.update {
  background-image: url("images/pattern.png");
  background-size: cover;
  border: solid #2d82cc;
  border-radius: 10px;
  padding: 10px;
  margin: 15px 15px 15px 15px;
  max-width: 400px;
  max-height: 200px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  background: linear-gradient(#f2b5d4, #f7d6e0, #eff7f6, #b2e7f7, #7babf2);
  width: 12px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

.updateBox {
  background: #ffffff80;
  border: solid #ffffff;
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}
.status {
  border-radius: 10px;
  margin: 15px;
  text-align: start;
}
.myImg {
  padding-top: 20px;
  display: inline-block;
  margin: 0 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  background-color: #ffffffe6;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f2b5d4;
  font-size: 3rem;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #f4659c;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
#commission {
  width: 30%;
  border: solid white 3px;
  border-radius: 8px;
}
