.container2{
    display: inline-block
}
.container2 button{
     background-color: rgb(51, 49, 49);
    color: white;
    border: none;
    cursor: pointer;
}
.container2 a{
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.container2:hover .content{
    display: block;
    width: 200px;
    margin: auto;
}
.container2:hover button{
    background-color: rgb(131, 124, 124);
}
.container2 a:hover{
    background-color: hsl(0, 32%, 88%);
}
.box{
    justify-content: left;
}

#item1{
    text-align: left;
    padding-right: 10%;
    padding-left: 2%;
    
}
p{
    text-indent: 50px;
}
img {
    float: right;
}