canvas {
  display: block;
  max-height: calc(100vh - 120px);
  width: 95vw;
}

.container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
 }

.frame{
  border: 10px solid #773f4c;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
 
 .ghost{
   display: flex;
   justify-content: center;
   height: 100px;
   line-height: 50px;
   margin: 25px;

 }

 .background{
   background-image: url('./images/environment.png');
   background-size: cover;
   min-height: 100vh;
   background-position: center;
   
 }

 .start {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c0d29;
 }

 .ImgInicio {
    width:90%;
   margin: 80px 0px 10px 15px;
 }

 .btn{
   display: flex;
   align-content: flex-start;
   position: absolute;
   bottom: 50px;
   left: 84px;
   z-index: 3;
 }

