body{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: sans-serif;
    background: linear-gradient(#9ef9d8, #caf6bf, #caf6bf);
}
.container2{
    position: relative;
    /* top: 10%;
    left: 0%; */
    width: 100%;
    height: 100%;
    /* background-color: white; */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}
/* .grid2{
    display: flex;
    padding: 0 5%;
    padding-bottom: 10px;
} */
.item2{
    padding-left: 1%;
    padding-top: 17%;
    background: linear-gradient();
}
.item2 p strong{
    font-size: 350%;
    color: #80471c;
}
.item2 p{
    font-size: larger;
    color: black;

}
.owner{
    padding: 10px 40px;
    color: white;
    background-color: lightsalmon;
    border: 4px solid lightsalmon;
    border-radius: 10px;
    font-size: large;
    font-weight: 600;
    transition: 0.3s;
}
.owner:hover{
   background-color: transparent;
    border: 4px solid white;
    color: white;
    font-size: x-large;
    font-weight: 600;
    padding: 15px 30px;
}
.item1{
    height: 100%;
}
.item{
    width: 80%;
}