* {
  margin: 0;
  }


body{
  background-image: url('/atividade20/fundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
h1{
  text-align: center;
   font-family: "Puppies Play", cursive;
   font-size: 60px;
   color: #9932CC;
}
p{
  font-family: "Delius Swash Caps", cursive;
  font-style: normal;
  white-space: normal;
  border-radius: 10px;
}
.container{
  background-color: rgb(255,255,255);
  border: 1px solid #E6E6FA;
  padding: 10px 15px; 
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
}

.navbar{
  position: fixed; 
  display: flex;
  justify-content: space-around;
  
  align-items: center;
  text-align: center;
  background-color: rgb(255,255,255);
  padding: 10px 20px;
  top: 0;
  width: 100%;
  /*height: 50px;*/
  z-index: 1000;
}

.div_logo {
  width: 20%;
  }

.search-bar{
  width: 60%;
  justify-content: center;
  align-items: center;
  /*flex-grow: 1;*/
  margin-left: 20px;
}
input > .navbar.search-bar {
  /*width: 50%;*/
  padding: 5px;
  margin-right: 10px;
  border: none;
  border-radius: 4px;
}
.navbar.search-bar button{
  padding: 6px 12px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.narvbar.search-bar button:hover{
  background-color: yellow;
}

.player {
  align-self: flex-start;
  width: 20%;
  }

.logo{
  width: 80px;
  /*float: left;*/
}
.coluna1{
  position: fixed;   
  bottom: 20px;      
  left: 76%;       
  width: 300px;      
  z-index: 1000;
}
.coluna3{
  display: flex;
  position: fixed;
  bottom: 10px; 
  right: 83.2%;
  width: 300px;      
  z-index: 1000;
  float: left;
}
.busca {
  padding: 5px;
  font-size: 10px;
  width: 50%;
  }
.rodape{
  background-color:  rgba(186,85,211,0.6);
  text-align: center;
  font-family: "Delius Swash Caps", cursive;
}

