* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
body {

    background-size: cover;
    background-color: #E0DCD2;

  }
  /* google font */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mohave:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');


.h1 {
    background-color:#2222;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-46% , -50%);
}

.h1 h1 {
    font-size: 2rem;
    font-family: 'Red Hat Mono', monospace;
    color: #000;
}

.banner {
    width: 150px;
    height: 50px;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    bottom:  70px;
    transform: translateX(-10px);
    align-items: center;
    /* background-color: beige; */
}

.banner a {
    display: block;
    width: 100%;
    background-color: rgb(85, 84, 24);
    padding-top: 15px;
    height: 45px;
    font-weight: 400;
    font-family: 'Red Hat Mono', monospace;
    color: #fff;
    font-size: 1rem;
    border-radius: 50px;
    /* font-family: 'Poppins', sans-serif; */
 
}

.main-about {
    position: absolute;
    float: left;
    top: 10px;
    display: block;
    background-color: #C7C4BB;
}
.main-about h2 {
    font-size: 1.8rem;
    color: rgb(8, 8, 7);
}

.container {
    width: 600px;
    min-height: 400px;
    justify-content: center;
    position: relative;
    border: 3px solid rgb(153, 132, 15);
    display: flex;
    /* flex-direction: column; */
    transform: translateY(45%) translateX(20%);
    background-color: #2222;
}

.sticker {

   
    background-repeat: no-repeat;
    width: 480px;
    margin-top: 100px;
    height: 480px;
    float: right;
    background-image: url(../image/qiz-sekli.gif);
    
}

img {
    margin-top: 30px;
}