.navbar_style {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background-color: #7E698C; }

.nav-link:hover {
  border-bottom: 3p solid white;
  transition: 0.3s; }

body {
  background-color: #231D25; }

.body_style {
  background-color: #231D25;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px; }

h1 {
  color: #FFB73D;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px; }

h2 {
  color: #FFB73D;  
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; }

  h5 {
    color: #FFB73D;  
    font-family: 'Montserrat', sans-serif; }

.navbar_style ul li a:hover {
  color: #FFB73D !important;
  border-bottom: 1px solid white; }

.navbar-nav .nav-link {
  color: white !important; }

.footer_style {
  background-color: #7E698C;
  color: white;
  font-size: 15px; }

.footer_style a {
  margin: 2%; }

.btn-primary {
  background-color: #7E698C !important; }

.btn-primary:hover {
  background-color: #025373 !important;
  transition: 0.5s; }

/* Games */
.obj_flex {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }

.obj_flex iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* Contact */
.contact_main {
  display: flex;
  flex-direction: row;
  width: 100%; }
  .contact_main .contacto_text {
    width: 60%;
    margin: 20px; }
  .contact_main .contact_form {
    width: 40%;
    padding: 20px; }
