body {
    background: peachpuff;
    text-align: center;
}
h1 {
    text-align: center;
}
h3 {
    text-align: justify;
    color: maroon;
    font-size: 18px;
    margin-left: 412px;
    margin-right: 100px;
}
.joined {
    line-height: 120%;
}
.thought {
    font-size: 12px;
}
#bigPic {
    width: 20%;
    border: 4px ridge gold;
    transform: translateY(-5px);
}
#bigPic:hover {
    transform: translateY(-20px);
}
.pics img {
    width: 10%;
    border: 3px ridge coral;
}
.pics img:hover {
    border: 1px ridge coral;
    transform: scale(1.1);
}
.arrow {
    width: 8%;
}
.arrow:hover {
    cursor: pointer;
    transform: translateY(-3px);
}
.btn {
    border: 3px outset darkgoldenrod;
    border-radius: 18px;
    background: burlywood;
    color: black;
    padding: 5px;
}
