*,
*::after,
*::before {
margin: 0;
padding: 0;
text-decoration: none;
box-sizing: border-box;
/* transition: all cubic-bezier(0.075, 0.82, 0.165, 1); */
transition:all 1000ms ;    
}

/* @font-face {
    font-family: "Monserrat";
    src: url();
} */

/* body {
    font-family:  ;
} */

.very-importent-word{
    color: #17197f;
}

.bg{
    background-color:rgb(48, 119, 15);
}

.wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
    background-color: aliceblue;


}
.button {
    height: 50px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border: 3px solid green;
    border-radius: 100vw;
    cursor: pointer;
}

.button:hover,
.bg:hover
{
    background-color: aquamarine;
    color: rgb(142, 33, 16);
    fill: green;
}


.favorite {
    display: inline-block;
     border: 3px solid green;
    border-radius: 15px;
    fill: rgba(247, 195, 7, 0.846);
    color: blue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    width: 150px;
    padding: 20px;
    cursor: pointer;
}

.favirite-text{
    font-family: inherit;
    display: block;
    margin-top: 20px;
}

.accent{
    font-family: inherit;
    color: red;
    font-size: 25px;
}

.cover{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
    padding: auto 0;
    background-color: black;
    height: 100%;
    width: 100%;
    position: absolute;
    
}
.is-hidden{
display: none;

}

.cover-text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: red;
    font-size: 150px;
    letter-spacing: 2rem;
    height: 200px;
}
