::selection {
  background: #CA1520;
}

::-moz-selection {
  background: #CA1520;
}

@font-face {
  font-family: Play;
  src: url(https://file.garden/ZsEUOZuMU1g5MH4n/play/Play-Regular.ttf);
}

@font-face {
  font-family: Vipnagorgialla;
  src: url(https://file.garden/ZsEUOZuMU1g5MH4n/vipnagorgialla/vipnagorgialla%20bd.otf);
}

body{
  color: white;
  font-family: Play;
  background-image: url(https://file.garden/ZsEUOZuMU1g5MH4n/dark-emo-wallpaper.jpg);
  background-repeat: no repeat;
  background-size: cover;
}

p {
  text-indent: 10px;
  line-height: 1.5;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
}

li {
  text-indent: 25px;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
}

table, th, td {
  border: 1px solid #CA1520;
  padding: 5px;
  border-collapse: separate;
  border-spacing: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;

}

a:link {
  color: gray;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
  font-weight: bold;
}

a:visited {
  color: gray;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
  font-weight: bold;
}

a:hover {
  color: white;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
  font-weight: bold;
}

a:active {
  color: #CA1520;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
  font-weight: bold;
}
h1 {
  font-size: 40px;
  font-family: Vipnagorgialla;
  margin-top: 5px;
  margin-bottom: 5px;
  background: linear-gradient(to bottom, black 25%, #CA1520 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #CA1520
        );
  -webkit-text-stroke-color: #CA1520

}

h2 {
  font-size: 20px;
  color: black;
  font-family: Vipnagorgialla;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-text-stroke-color: #CA1520;
  -webkit-text-stroke-width: 0.7px;

}

* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
}

.flex-item-left {
  padding: 10px;
  flex: 60%;
}

.flex-item-right {
  padding-top: 5%;
  padding-left: 20px;
  flex: 40%;
}
}
/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
}

  hr.solid {
  border: #CA1520;
  border-top: 2px solid #CA1520;
  margin: 2px;
  width: 215px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
}
  
  
  hr.body {
  border: #CA1520;
  border-top: 2px solid #CA1520;
  margin: 2px;
  width: 400px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 1%;
}

.container {
  display: grid;
  grid-template-areas:
    "header header"
    "navbar navbar"
    "menu content"
    "footer footer";
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  padding-top: 0px;
  padding-left: 20%;
  padding-right: 20%;
}

.container > div {
}

  
.container > div.header {
  grid-area: header;
  width: auto;
  /* header color here! */
  height: auto;
  padding-left: 10%;
  padding-right: 10%;

                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
  }
  
  #header-background {
  background-size: 100%;
  background-image: url(https://file.garden/ZsEUOZuMU1g5MH4n/killjoylogo%20red.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  }
  
  div.header > img{
    width: 1000px;
    height: 300px;
  }
  
.container > div.navbar {
  grid-area: navbar;
  background-color: rgba(100, 100, 100, 0.5);
  border: solid #CA1520 2px;
  text-align: center;
  height: auto;
  padding: 1%;
  text-shadow: -2px 0 black,0 2px black,2px 0 black,0 -2px black,-2px -2px black,2px 2px black,-2px 2px black,2px -2px #000;
}
.container > div.menu {
  background-color: rgba(100, 100, 100, 0.5);
  border: solid #CA1520 2px;
  grid-area: menu;
  text-align: center !important;
  gap: 0px !important;
}
.container > div.content {
  grid-area: content;
  background-color: rgba(100, 100, 100, 0.5);
  border: solid #CA1520 2px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: justified;
}

.container > div.footer {
  background-color: rgba(100, 100, 100, 0.5);
  border: solid #CA1520 2px;
  grid-area: footer;
  text-align: center;
  padding: 5px;
}

#button {
    font-family: Vipnagorgialla;
    border: 2px solid #CA1520;
    box-shadow: 0px 0px 2px #000;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000, 0 0;
    color: white; /* color font */
    background-color: #5F0815;
    background: linear-gradient(0deg, rgba(95, 8, 21, 1) 0%, rgba(0, 0, 0, 1) 75%);
    /* change this if you want */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    width: 210px;
    text-align: center !important;
    text-indent: 0px !important;
    /* you can change this to hidden or pointer */
    text-decoration: none;
    letter-spacing: 0.5px;
    transition-property: filter, background;
    transition-duration: 0.5s;
  }

  #button:hover {
    webkit-filter: drop-shadow(1px);
    filter: drop-shadow(1px 1px 2px black);
    background: linear-gradient(180deg, rgba(95, 8, 21, 1) 0%, rgba(0, 0, 0, 1) 75%);
  }