body {
    background-color: #000;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 0;
    font-family: Roboto;
}

html body img {
  margin-bottom: 10px;
}

    .buttons {
    border-style: none;
  box-shadow: #fff -1px -1px 3px, #000 3px 3px 4px;
  background-color: #000;
  color: #ffd101;
  text-shadow: #000 0.5px 0.5px 1px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 6vw;
    margin-bottom: 5vw;
    cursor: pointer;
    width: 100%;
    height: 18vw;
    border-radius: 12px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .I_code_better_than_you {
    vertical-align: middle;
  }

  .seriously_step_up_yo_game {
      width: 90%;
      display: block;
      margin-right: auto;
      margin-left: auto;
  }

  .back {
      width: 6vw;
      float: left;
      margin-left: 4vw;
  }

.buttons:hover {
    border-style: none;
  box-shadow: #fff inset -1px -1px 2px, #000 inset 1px 1px 2px;
  background-color: #2a2a46;
  color: #fff;
  text-shadow: #fff 0.5px 0.5px 1px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 6vw;
    margin-bottom: 5vw;
    cursor: pointer;
    width: 100%;
    height: 18vw;
    border-radius: 12px;
    font-weight: bold;
  }

h1 {
    font-family: Roboto;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: #000 1px 1px 2px;;
    font-size: 6vw;
    margin-bottom: 5px;
}
h2 {
    font-family: Roboto;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 5vw;
    font-weight: lighter;
    
}

h3 {
    font-family: Roboto;
    color: #ffd101;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 8vw;
}

h5 {
    font-family: Roboto;
    color: #FF0000;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: #fff 0.5px 0.5px 1px;
    font-size: 5vw;
}

input {
    font-family: Roboto;
   display: inline-block;
   width: 100%; 
   height: 18vw;
   border-radius: 5vw;
   box-shadow: 1px 1px 2px #000000;
   text-align: center;
   font-size: 15vw;
   font-weight: bold;
   background-color: white;
   color: black;
}

#Input1b {
  margin-bottom: 75px;
}

#Input3a {
  margin-bottom: 75px;
}

.output {
    font-family: Roboto;
   display: inline-block;
   width: 100%; 
   height: 18vw;
   border-radius: 5vw;
   border: 1px solid;
   box-shadow: 1px 1px 2px #000000;
   text-align: center;
   font-size: 15vw;
   font-weight: bold;
   background-color: #000;
   color: #ffd101;
   margin-bottom: 6vw;
}

img {
    margin: 0;
    width: 90%;
}

h5 {
    font-family: Roboto;
    font-size: 13vw;
    margin: 0;
    color: #2196F3;
    text-shadow: 2px 2px 1px rgb(56, 56, 56);
    float: right;
}

.red_button {
    width: 20%;
    float: right;
}
.green_button {
    width: 20%;
}
.fleetguard {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.agriguard {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.agri-in {
    font-family: Roboto;
   display: inline-block;
   width: 100%; 
   height: 18vw;
   border-radius: 5vw;
   box-shadow: 1px 1px 2px #000000;
   text-align: center;
   font-size: 15vw;
   font-weight: bold;
   background-color: white;
   color: black;

}

.agri-out {
    font-family: Roboto;
   display: inline-block;
   width: 100%; 
   height: 18vw;
   border-radius: 5vw;
   border: 1px solid;
   box-shadow: 1px 1px 2px #000000;
   text-align: center;
   font-size: 15vw;
   font-weight: bold;
   background-color: #000;
   color: #ffd101;
   margin-bottom: 6vw;
}

.shop {
    background-color: rgb(255, 255, 255);
    border: none;
    color: #2196F3;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
    margin-bottom:0;
    cursor: pointer;
    width: 100%;
    height: 18vw;
    border-radius: 12px;
    border: 1px solid;
    box-shadow: 2px 5px 4px #000000;
    font-weight: bold;
    margin-top:0;
    float: right;
}

.shop:hover {
    background-color: #2196F3;
    color: rgb(255, 255, 255);
}


@media only screen and (min-width: 600px) {
    .fleetguard {
        width: 100%;
        height: auto;
    }
    .sureseal {
        width: 100%;
        height: auto;
        display: block;
      margin-right: auto;
      margin-left: auto;
    }
}
@media only screen and (max-width: 321px) {
    .add-button {
        background-color: rgb(255, 255, 255);
        border: none;
        color: #2196F3;
        padding: 15px 32px;
        text-decoration: none;
        text-align: center;
        font-size: 3vw;
        margin-bottom:0;
        cursor: pointer;
        width: 47%;
        height: 18vw;
        border-radius: 12px;
        border: 1px solid;
        box-shadow: 2px 5px 4px #000000;
        font-weight: bold;
        margin-top:0;
        float: left;
    }
    .add-button:hover {
        background-color: #2196F3;
        color: rgb(255, 255, 255);
    }
}
