body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(189, 255, 122);
}

.header_text{
    font-family: 'nunito';
    font-size: 50px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.gif_container{
display: flex;
    justify-content: center;
    align-items: center;
}