* {
	box-sizing: border-box;
}



body {
	background: #000;
	height: 100%;
    
    margin: 0;
	padding: 0;
   
}

html {
	height: 100%;
    margin: 0;
	padding: 0;
}

.fundo{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url(background.jpg) no-repeat center center;
    background-size: cover;
}

.neitan{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    max-height: 948px;
    background: url(neitan.png) no-repeat center center;
    background-size: contain;
}

.soptify{
    position: fixed;
    bottom: 40px;
    right: 60px;
    width: 100px;
    height: 31px;
    background: url(spotify-logo.png) no-repeat center center;
    background-size: contain;
    transition: opacity .3s ease-in-out;
}

.soptify:hover{
    opacity: 0.7;
}


 

/* -----------------------------------480------------------------------*/

@media screen and (max-width: 480px) {
    
  .neitan{
    width: 90%;
    height: 90%;
}
    
    
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    
  
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
    
  
}

/* -------------------------------------------------------------*/

@media screen and (max-width: 1279px) {
    
  .soptify{
    bottom: 20px;
    right: 20px;
}

    
}
