/* CSS files add styling rules to your content */

body {
  background-image: url('./assets/bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:  100% 100%;;
}

h1 {
  font-style: italic;
  color: #373fff;
}
div {
 
}

#nietzche{
   position: absolute;
  bottom: 50px;
  right: 30px;
    width:130px;
  border-radius: 0%;
  border:none;
  box-shadow: 0px 0px 0px #000;
  
}

img{
  width:300px;
  border-radius: 50%;
  border: 5px solid  #ff0000;
  box-shadow: 5px 10px 18px #000;
}

#img17{
  background-color:#222222;

  padding-top:50px;
  padding-left:25px;
  width:300px;
  height:100px;
  border-radius: 50%;
  border: 5px solid  #ff0000;
  box-shadow: 5px 10px 18px #000;
  position: absolute;
}

#music{
  
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
