*{
  font-family: 'Poppins', sans-serif;
}

/* Home page */
header{
    width: 100%;
    height: 150px;
  }

  body {
    background-color: #193375;
    height: auto;
    width: auto;
    background-position: center;
    position: relative;
  }

  .container {
    text-align: center;
    width: fit-content;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    font-size: x-large;
    font-family: "arvo", serif;
    font-weight: 700;
    font-style: italic;
  }

  .dance{
    width: 800px;
    height: 300px;
    opacity: 0.7;
  }
 
  .textbox p{
    font-size: 20px;
    font-weight: 600;
    color: #FFDC02;
  }

  nav {
    background-color: #FFDC02;
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: right;
  }

  nav img {
    width: 180px;
    position: relative;
    right: 110px;
    top: -20px;
  }

  nav{
    flex: 1;
    text-align: right;
  }

  nav ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
  }

  nav ul li a {
    color: #19AE47;
    font-weight: bold;
    font-size: 18px;

  }

  /* Nav bar after affects */
  nav ul li ::after{
    content:'';
    width: 0%;
    height: 2px;
    background: #0C87D1;
    display: block;
    margin: auto;
    transition: 0.5s;
  }
  
  nav ul li :hover::after{
    width: 100%;
  }
  
  .title p{
    position: relative;
    right: -20px;
    bottom: 15px;
    color: #19AE47;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
  }

  /* Footer */
/* Rounded border */
  hr.rounded {
  border-top: 15px solid #19AE47;
  border-radius: 5px;
  }
  
  .nike{
    position: relative;
    left: 100px;
  }

  .guan{
    bottom: 30px;
    position: relative;
    left: 150px;
  }

  .banco{
    bottom: 30px;
    position: relative;
    left: 230px;
  }

  .neo{
    bottom: 60px;
    position: relative;
    left: 280px;
  }

  .vivo{
    bottom: 80px;
    position: relative;
    left: 300px;
  }

/* News */
.News p{
  position: relative;
  right: -20px;
  color: #19AE47;
  text-decoration: none;
  font-weight: bolder;
  font-size: 19px;
}

.headline1 p{
  position: relative;
  right: -20px;
  color: #19AE47;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
}

.headline2 p{
  position: relative;
  right: -20px;
  color: #19AE47;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
  
}

.headline3 p{
  position: relative;
  right: -20px;
  color: #19AE47;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
}

.Neymar {
  position: relative;
  right: -20px;
}

.Rich{
  position: relative;
  right: -20px;
}

.Training{
  position: relative;
  right: -20px;
}

/* Players */
.container1 p{
  color: #FFDC02;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

.container1 iframe{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.container {
  left: -300px;
  display: flex;
  align-items: center;
}

img {
 max-width: 500px;
}

.image {
  flex-basis: 60%
}

.TXT {
  font-size: 15px;
  padding-left: 20px;
  color: #FFDC02;
  text-align: left;
}

/* Dropdown Button */
.dropbtn {
  color: #19AE47;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFDC02;
  padding: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(182, 11, 11, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #19AE47;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFDC02;
  padding: 16px;
  border: none;
  display: block;
  text-decoration: none;
  text-align: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/*TicketsTour*/
.Mara {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.maratxt{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFDC02;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 40px;
}

.choose{
  color: #FFDC02;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 25px;
}

.box {
  font-size: 20px;
  width: 320px;
  padding: 10px;
  border: 5px solid #19AE47;
  margin: 0;
  color: #FFDC02;
}

.Inside{
  height: auto; 
  width: auto; 
  max-width: 300px; 
  max-height: 300px;
}

.list{
  margin:auto;
  font-size: 20px;
  color: #FFDC02;
}

.list li{
 margin-bottom: 10px;
}

.Prematch{
  height: auto; 
  width: auto; 
  max-width: 300px; 
  max-height: 300px;
}

/*Fixtures*/ 
.container{
  max-width: 700px;
  height: 500px;
  margin: auto;
  display: flex;
}

.container p{
  display: block;
  text-align: left;
  color: #FFDC02;
  padding: 12px 16px;
  font-weight:500;
  font-size:xx-large;
  position: relative;
  text-align: center;
  bottom: -30px;
}

.Brazil{
  height: auto; 
  width: auto; 
  max-width: 300px; 
  max-height: 300px;
  padding: 70px;
}

.Argentina{
  height: auto; 
  width: auto; 
  max-width: 300px; 
  max-height: 300px;
  padding: 70px;
}

.Textt{
  display: block;
  text-align: left;
  color: #FFDC02;
  padding: 12px 16px;
  font-weight:500;
  font-size: large;
  position: relative;
  bottom: 40px;
}

/* About page */

.content {
  color: #FFDC02;
}

.info1{
  color: #FFDC02;
  font-size: medium;
}

a:link{
  color: #19AE47;
}

a:visited{
  color: #19AE47;
}

.pele{
  margin: left;
  display: flex;
}

.peletxt{
  color: #FFDC02;
  font-size: xx-large;
}

.peletxt p{
  font-size: large;
}

.R9{
  margin: left;
  display: flex;
  color: #FFDC02;
  font-size: xx-large;
}

.R9txt{
  color: #FFDC02;
  font-size: xx-large;
}

.R9txt p{
  font-size: large;
}

.Ronaldinho{
  margin: left;
  display: flex;
  color: #FFDC02;
  font-size: xx-large;
}

.Ronaldinhotxt{
  color: #FFDC02;
  font-size: xx-large;
}

.Ronaldinhotxt p{
  font-size: large;
}

.Cafu{
  margin: left;
  display: flex;
  color: #FFDC02;
  font-size: xx-large;
}

.cafutxt{
  color: #FFDC02;
  font-size: xx-large;
}

.cafutxt p{
  font-size: large;
}

.Riv{
  margin: left;
  display: flex;
  color: #FFDC02;
  font-size: xx-large;
}

.rivtxt{
  color: #FFDC02;
  font-size: xx-large;
}

.rivtxt p{
  font-size: large;
}

.info{
  color: #FFDC02;
}

/* Contact page */

.column {
  float: left;
  width: 40%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.column{
  color: #FFDC02;
}

/* References page */
.references1{
  color: #FFDC02;
}

/* TicketsGame */
.column1 {
  width: 30%;
  position: relative;
  left: 420px;
  float: left;
  color: #FFDC02;
}

.row1::after {
  content: "";
  clear: both;
  display: table;
}

.column1 p{
  color: #FFDC02;
  text-align: auto;
}

.button{
  margin-left: 40%;
  margin-right: 40%;
  display: flex;
  height: 50px;
  padding: 0;
  background-color: #19AE47;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: #FFDC02;
  transition: all 160ms ease-in;
}

.button:hover{
  background: #0C87D1;
}

.button:active{
  background:#0C87D1;
  transform: scale(.95);
}

.buttonicon,
.buttontxt{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  color: #FFDC02;
}

.buttonicon{
  font-size: 1.5em;
  background-color: #19AE47;
}