@import url('https://fonts.googleapis.com/css?family=Nunito');

html {
    min-height: 100%;
}

a {
  color: #ffffff;
}

#content a:hover :not(img) {
  background-color: #ffffff;
  color: #000000 !important;
}

body {
  /*background-color: #2979ff;*/
  /*background-image: url("background.png");*/
  /*background-image: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);*/
  background-image: url("https://destroyerasdf.neocities.org/WallVig.png");
  background-size: 100%;
  color: #ffffff;
  margin-top: 30px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  height: 100%;
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::selection {
  color: #000;
  background: #fff;
}
*::-moz-selection {
  color: #000;
  background: #fff;
}
*::selection {
  color: #000;
  background: #fff;
}

h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#nav, #nav a:visited, #nav a:hover, #nav a:link {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
}

#nav {
  border-bottom: 5px solid #ffffff;
}

#navbar {
  width: 100%;
  color: #ffffff;
}

#indexwrapper {
  position: relative;
}

#index {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255,255,255); /*0.7*/
  font-size: 100px;
}

#logo {
  text-align: center;
  font-size: 100px;
  padding-left: 10px;
}

#logo a {
  text-decoration: none !important;
  color: #ffffff !important;
}

#wrapper, #logo {
  text-align: left;
  width: 100%;
}

#content {
  position: relative;
  text-align: left;
  border-style: solid;
  border-width: 5px;
  /*background-color: rgb(255,255,255,0.7);*/
  /*background-color: #ffd89e;
  /*width: 100vh;*/
  /*margin: 10px;
  margin-left: 0;
  margin-right: 10px;*/
  width: 64%;
  padding: 20px;
  /*left: 50%;
  transform: translateX(-50%);*/
  background-color: rgba(0,0,0,0.5);
  left:0;right:0;
  margin-top: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.fullwidth {
  width: 100% !important;  
}

.sidebar {
  float: right;
  width: 34% !important;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 4px solid white;
  padding:10px;
}