@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');   


body {
    
    background:#002D47;
margin-right: 45px;


}

.uno {

text-align:center;
font-family: "roboto"
border: 5px solid #d5e2e8;
background: #d5e2e8;
padding: 12px;
 width: 150px;
height: 25px;
position: absolute;
 top: 78%;
 left: 47%;
 margin-top: -75px;
   margin-left: -75px;
	
border-radius: 15px;





}


ul li {

text-align: center;
font-size: 1.2em;
padding: 0.9em;
list-style: none;
font-family: "roboto"


}


.uno:hover {
background-color:#057fc6


 }



.uno {
font-size: 1,2em;
color: #ff004e;
font-weight:bold



}

img{ 

margin: center;
margin-top: 180px;



}

@media screen and (min-width: 300px){
    img {
        width: 300px;
  
}



