.body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.discurso {
    width: 1250px;
    margin: 0 auto;
    padding: 0;
}

.imagem {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.center-content {
        text-align: center;
}

.center-content {
  width: 900px;
  margin: 0px;

}

.uncoolbox
{
  margin:auto;
  width: 200px;
  height: 200px;
}

.cringebox
{
  margin:auto;
  width: 200px;
  height: 100px;
}

.triangle-notevenaboxatthispoint {
  margin: auto;
  width: 200px;
  height: 50px;
  
}

.coolbox {
  margin: auto;
  width: 600px;
  border-width: 5px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: rgba(0,0,0,0.8);
}

.subcoolbox
{
  width: 500px;
  margin: auto;
}

.halfsubcoolbox
{
  width: 200px;
}

.moresubthansubcoolbox
{
  width: 125px;
  margin: auto;
}

.almostsubbutnotcoolbox
{
  width: 500px;
  margin-left: 200px;
  margin-right: 200px;
}

.epicflexcontainer {
  flex-wrap: nowrap;
  margin-left: 250px;
  margin-right: 250px;
}

.epicnomarginflexcontainer {
  display: flex;
  flex-wrap: nowrap;
}

.choicebox {
  width: 200px;
  height: 200px;
  border-width: 5px;
  border-style: solid;
  border-color: white;
}

.coolflexbox {
  display: flex;
  justify-content: center;
}

.borderbox {
  width: 255px;
  height: 255px;
  border-width: 3px;
  border-style: solid;
  border-color: white;
}

.geo-regular {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.geo-regular-italic {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.epicsidebox {
  width: 200px;
  height: 300px;
  border-width: 5px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 1;
  top: 85;
  left: 65px;
  overflow-x: hidden;
  padding: 8px 0;
}

