.portrait {
    /* polaroids style border: (blends a little too much with the background, maybe change the background color)
    border-style: solid;
    border-width: 0.6rem 0.6rem 2.5rem 0.6rem;
    border-color: rgb(205, 205, 205); */
    border-style: double;
}

body{
    background-image: url(/images/solarized_bg_simplified.jpg);
    background-size: contain;
}

.box{
    background-color: #dcd4c4;
    width: 100%;
}

.container{
    display: flex;
    justify-content: space-around;
}

.left-strip{
    min-height: 150vh;
    display: flex;
    width: 27%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.middle-strip{
    min-height: 100vh;
    min-width: 46%;
}

.right-strip{
    min-height: 200vh;
    display: flex;
    width: 27%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;   
}