* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background: black;
}

#ree .ree {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ree {
  line-height: 1.4;
  text-align: left;
}

.ree .ree-1 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}

.ree .ree-1 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 47%;
  top: 50%;
  -webkit-transform: translate(-50% , -50%);
      -ms-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  font-size: 15vw;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: black;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #4285F4;
  letter-spacing: -6px;
}


.ree .ree-1 h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #1aa260;
  text-align: center;
  letter-spacing: 8px;
  margin: 0;
}

.ree boi {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #4285F4;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.ree outline {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #4285F4;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.ree boi:hover {
  color: #1aa260;
}

.ree title {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #4285F4;
  text-decoration: none;
  border-bottom: 1px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.ree minititle {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #4285F4;
  text-decoration: none;
  background: transparent;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.hoverover {
  position: relative;
  display: inline-block;
  color: #4285F4;
}

.hoverover .hoverovertext {
  visibility: hidden;
  width: 120px;
  background-color: #4285F4;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.hoverover:hover .hoverovertext {
  visibility: visible;
}


@media only screen and (min-width: 767px) {
  .ree .ree-1 h2 {
      font-size: 30px;
  }

  .ree .ree-1 h1 {
      font-size: 115px;
  }

    .ree boi {
      width: 767px;
    }
}
