
.box{
    justify-content: left;
}

#item1{
    text-align: left;
    padding-right: 10%;
    padding-left: 10%;
}
p{
    text-indent: 50px;
}
.button a{
    color:white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}
.button a:hover{
    background-color: rgb(190, 190, 190);
}