@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Roboto+Condensed&family=Roboto:ital@1&family=Source+Sans+Pro:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Josefin+Sans:wght@200&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Josefin+Sans:wght@200&family=Press+Start+2P&family=Roboto+Condensed&display=swap');
/* *{
    margin: 0;
    padding: 0;
} */
body{
    margin: 20px;
    background-image: url(backg.jpg);
    font-family: 'Alfa Slab One', cursive;
}
/* @media (max-width: 500px){
    .container1{
        font-size: 1.5rem;
        padding: 2rem;
        text-align: center;
    }
} */
.container{
    max-width: 750px; 
    position: relative;
    margin: 0px;
    padding: 20px;
    /* border:1px solid grey; */
    /* width: 100%; */
    height: 100%;
}
@media .container (max-width:700px){
    .info {
        text-align: center;
        display: block;
    }
}

#menu {
    font-family: 'Alfa Slab One', cursive;
    position: absolute;
    background: grey;
    display: block;
    margin-right: 0;
    color: yellow;
    right: 35px;
    top:50px
}
.logo{
    margin-top: 10px;
    margin-left: 1px;
    opacity: 2em;
}
.cont{
    margin-top: 250px;
    /* bottom: 40px; */
}
.te{
    position: absolute;
    height:25px;
    bottom: 20px;
    left: 50;
}
.eziz{
    font-size: 10px;
    font-family:'Press Start 2P', cursive;
    margin-left:90%;
    /* border: 1px solid grey; */
    /* color: #597c55; */
    color: #9398CDFF;
    right:50px;
    bottom: 40px;
}
.img{
    
    /* border-top-left-radius: 100px; */
    /* border-bottom-right-radius: 100px; */
    margin-top: 400px;
    width: 100%;
}
.img:hover{
    background-size: 2rem;
}
.text{
    /* border: 1px solid grey; */
    font-family: sans-serif;
    font-size: 50px;
    color:#C5C2FF;
    margin-left: 100px;
    margin-top: 300px;
    opacity: 0.5;
}
.prod{
    vertical-align: 0.2em;
}