body{
    background-color: #1A1E28;
    overflow: hidden;
     font-size: 28px;
     width: 100%;
      @font-face {
        font-family: Manrope ;
        src: url(https://fonts.google.com/specimen/Manrope);
       
    }
    font-weight: 800;
}

.text-id{
    color: #42CC87;
}

.advizer-text{
 padding: 1rem;
 color:#d9e3f5
}

.main-container{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;

}

.show-container{
    width: 580px;
    height: 424px;
    background-color:#272E3A;
    border-radius: 5%;
    display: flex;
    flex-direction: column; 
     justify-content:space-between;
     align-items:center;
}



.dice{
   border:none;
   background-color:#42CC87;
   padding: 15px;
   cursor: pointer;
   border-radius:25%;
}

.dice:hover{
    box-shadow:10px 10px 100px 20px #42CC87;
    transform: 0.15;
}



@media screen and (max-width:800px) {
    .show-container{
        width: 380px;
        height: 624px;
    }
    .img-pattern{
        width: 100%;
    }
}