body{
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #2f3238;
}

h1{
    text-align: center;
    color: #dedb9b;
}

p{
    text-align: center;
    color: #dedb9b;
}

.gallery{
    margin: 10px 50px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.gallery img{
    width: 260px;
    margin: 10px;
    vertical-align: top;
    justify-content: center;
    border: 2px solid #dedb9b;
}

.tall{
    width: 150px !important;
}

.gallery img:hover{
    transform: scale(1.1);
}

.border{
    height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}