*{
list-style: none;
text-decoration: none;
}

.title{
    font-family: Imbue;
    color: rgb(243, 2, 2);
    font-size: 12px;
    line-height: 80%;
    margin-top: 62vh;
}

.body{
    margin: 0px;
}

.landing{
    margin: 0;
    height: 100vh;
    width: 100vw;
    background-image: url(./img/pexels-ahmed-hariry-mahmoud-1810298-3455391.jpg);
    background-position: fixed;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

.landing-div{
    display: flex;
    justify-content: center;
    align-items: end;
}

.dog{
    font-family: Imbue;
    color: rgb(243, 2, 2);
    font-size: 350px;
    line-height: 80%;
    margin-top: 62vh;
    /* margin-top: 0px; */
}

.box{
    width: 30px;
    height: 30px;
    background-color: red;
}
