/* DEVGRU CSS */

/* Reset LOL */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: black;
  text-align: center;
  font-family: "Menlo", "Monaco", "Lucida Console", "Courier New", "Courier", monospace;
  font-size: medium;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: red;
}

a:hover {
  color: red;
}

a:visited {
  color: red;
}

table {
  font-size: inherit;
}

/* Style LOL */

.site {
  width: 100%;
}

div.title {
  position: absolute; top: 180px;
  width: 100%;
  height: 120px;
  text-align: center;
}

img.devgru {
  text-align: left;
}

img.nuke {
  text-align: right;
}

div.subtitle {
  position: absolute; top: 320px;
  width: 100%;
  text-align: center;
}

h3.subtitle {
  color: yellow;
  text-align: center;
}

p.subtitle {
  color: yellow;
  text-align: center;
}

.bracket {
 color: grey;
}