body{
    height:500px;
    width:500px;
    background-color:rgb(186, 223, 255);
}

@font-face {
    font-family: "DISENZ";
    src: url("./Fonts/DISENZ.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

header{
    font-family: "DISENZ", sans-serif;
    font-size:100px;
    text-align: center;
    position: absolute;
    left: 350px;
    top:50px;
    color:aliceblue;
}

.cookie{
    position: absolute;
    left: 500px;
    top:250px;
    cursor: pointer;
    transition: transform 0.3s;
}

.cookie:hover{
    transform: scale(1.05);
}

.hold{
    height: 150px;
    width: 500px;
    background-color:rgb(150, 201, 246);
    position: absolute;
    border-radius: 20px;
    top: 700px;
    right: 500px;
}

.count{
    font-family: "DISENZ", sans-serif;
    font-size: 50px;
    text-align: center;
    color: white;
    position: absolute;
    left: 60px;
}