@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

html, body {
    cursor: url('cursor.gif'), auto;
}

a {
  cursor: url('cursor.gif'), auto;
  color: #5ba5ad;
}

a:hover {
   background-color: #fff;
}

* {
    scrollbar-color: #5ba5ad #e6e6e670;
    scrollbar-width: thin;
}

body {
    background-color: #bbd7d7;
    background-image: linear-gradient(rgba(138, 198, 178, 0.692), rgba(60, 149, 119, 0.634)), url('wallpaper.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 1000px;
    position: relative;
}

header {
    text-align: center;
    padding: 0;
}

form {
    text-align: center;
    line-height: 20px;
}

h1 {
    font-family: 'Just Me Again Down Here', sans-serif;
    text-transform: lowercase;
    font-size: 60px;
    color: #fff;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #5ba5ad 5px 2px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

h1 a {
    text-decoration: none;
    color: #fff;
}

h1 a:hover {
    background: none;
}

h2 {
    text-align: center;
    font-family: 'Just Me Again Down Here', sans-serif;
    text-transform: lowercase;
    font-size: 40px;
    color: #fff;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px, #5ba5ad 5px 2px;
    letter-spacing: 2px; 
    margin: 0;
    padding: 0;
}

section {
    background-color: #ffffffcd;
    border: 1px solid #585858;
    color: #585858;
    font-family: 'Georgia';
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0px 30px 30px 30px;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

b, strong {
    color: #5ba5ad;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px 1px, #fff 0px -1px;
}

p {
    line-height: 20px;
    text-align: justify;
}

ul {
    line-height: 20px;
    text-align: justify;
}

table {
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    width: 100%;
}

th {
    border: 1px solid #fff;
    outline: 1px solid #585858;
    background-color: #5ba5ada7;
    color: #fff;
    padding: 0;
    text-transform: lowercase;
    text-align: center;
}

td {
    border: 1px solid #fff;
    outline: 1px solid #585858;
    padding: 10px;
}

.no-button {
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    color: #585858;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px 2px, #fff 0px -2px;
    display: inline-flex;
    width: 88px;
    height: 31px;
    background: linear-gradient(rgba(138, 198, 178, 0.692), rgba(60, 149, 119, 0.634));
    border: 1px solid #585858;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    vertical-align: top;
}

footer {
    text-align: center;
    font-family: 'Just Me Again Down Here', sans-serif;
    text-transform: lowercase;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: #585858 1px 0px, #585858 -1px 0px, #585858 0px 1px, #585858 0px -1px;
}

@media (max-width: 767px) {
  body {
    width: 95%;
    max-width: 100vw;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  section {
    padding: 0px 20px 20px 20px;
  }

  table {
    margin: 0px 0px 0px -13px;
  }

  .mobile-delete {
    display: none;
  }
}
