﻿html {
  width: 99%;
   height: 30%;
   background-color: #000;
   overflow: hidden;
   border: 0px solid blue;
}
/* body e html regulqm largura e altura dos generos */
body {
   width: 100vw;
   height: 15vh;
   overflow: auto;
   border: 0px solid red;
   background-color: #000;
}
  
  img{
      max-width: 100%;
      height: auto;
    }

a:link {
	text-decoration: none; 
	color: #C0C0C0;
}

a:visited {
	text-decoration: none; 
	color: #C0C0C0;
}

a:hover { 
	text-decoration: none; 
	color: #808080
}

texto{ 
	color: #000;
}

 .musics{
  margin: 5px;
  font-size: 20px;
  font-family: 'Slabo 27px', serif;
  color: #C0C0C0;
  border-radius: 4px;
  border: 1px solid #7B1212;
  background: #222;
  float: left;
  padding: 5px;
 }

 .bordamus{
  width: 90vw;
  border: 0px solid blue;
  overflow: auto;
 }

 .rodape{
  width: 90vw;
  height: 20px;
  font-size: 18px;
  color: #ff0000;
  border: 0px solid red;
  overflow: hidden;
 }

 

 


