@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');


html,body{
    margin: 0;
    height: 100%;
}

.top_line{
    padding-top: 3px;
    padding-left: 35px;
    padding-right: 35px;
    height: 65px;
    width: 100%;
    background: #ffcfaf;
    border: 3px #ae7a52 solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #ae7a52;
    font-family: 'Hachi Maru Pop', sans-serif;
    font-weight: 900;
    margin-bottom: 55px;
    /*z-index: 25;*/
}

.left{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie{
    margin-right: 15px;
    margin-left: 15px;
}

.text_p{
    color: #ae7a52;
    font-family: 'Hachi Maru Pop', sans-serif;
    font-weight: 900;
    margin-right: 55px;

}

.page{
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: sans-serif;
    background: repeat url("../pictures/bg4.png");
}

.articlePar{
    padding: 100px 25px 0 25px;
    height: 450px;
    width: 700px;
    display: flex;
    justify-content: center;
    background: #ffcfaf;
    border: 3px #ae7a52 solid;
    border-radius: 35px;
    font-size: 28px;
    color: #ae7a52;
    font-family: sans-serif;
    font-weight: 500;
    position: relative;
}

.again_top:hover, .home:hover{
    cursor: pointer;
    opacity: .7;
}

.dino{
    position: absolute;
    bottom: 20px;
    right: 75px;
    background: #ae7a52;
    border: none;
    border-radius: 50%;
    /*opacity: .9;*/
}

.article{
    margin-bottom: 35px;
}

.dino img{
    height: 150px;
    width: 150px;
}

.dino:hover{
    cursor: pointer;
}
