@font-face {
   font-family: "Roboto-Bold";
   src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
   font-family: "Roboto-Regular";
   src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
   font-family: "Roboto-Light";
   src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

body {
   width: 100%;
   height: 100vh;
   margin: 0;
   background-color: #1d2636;
}

nav {
   display: flex;
   justify-content: center;
}

img {
   width: 150px;
}

.div_all {
   display: flex;
   justify-content: center;
   padding-top: 180px;
   padding-bottom: 200px;
   flex-direction: column;
   align-items: center;
}

.a_button_ticket {
   height: 20%;
   width: 70%;
   margin: 10%;
}

.button_ticket {
   width: 100%;
   height: 55px;
   background-color: #6138d1;
   border-radius: 25px;
   opacity: 0.9;
   box-shadow: 0px 0px 20px 0px #ffffff;
   color: #ffffff;
   border: 2px solid white;
   font-size: 1em;
   font-family: "Roboto-Regular", arial;
}

@media screen and (min-width: 800px) {
   img {
      width: 50px;
      padding: 10px;
   }

   .a_button_ticket {
      height: 60px;
      width: 425px;
      margin: 80px;
   }

   .button_ticket {
      width: 100%;
      background-color: #6138d1;
      border-radius: 22px;
      opacity: 0.9;
      box-shadow: 0px 0px 20px 0px #ffffff;
      color: #ffffff;
      border: 2px solid white;
      font-size: 1em;
      cursor: pointer;
   }

   .button_ticket:hover {
      scale: 1.05;
   }
}
