body{
    background-color: #881F1E;
}

.cont{
    background-color: rgba(255, 255, 255, 0.5);
    width: 95%;
    height: 41.5rem;
    padding: 0.5rem;
    margin: auto;
    position: relative;
    z-index: 2;
}

h1{
    color: #FAF9EF;
}

h1:hover{
    color: #881F1E;
}

h2{
    font-family: porkys;
    color: #881f1e;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 5px;
    transition: ease-in-out 0.5s;
}

.piccy{
    width: 120px;
    height: 120px;
    padding-right: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    transition: ease-in-out 0.3s;
    filter: grayscale(100);
}

.piccy:hover{
    filter: grayscale(0);
}

.piccy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px double #881f1e;
    display: inline-block;
}