*{
    color: white;
}

body{
    background-image: url(/pages/viddygames/entries/itsRaining/assets/bg_rain.gif);
    background-repeat: repeat;
    background-size: cover;
}

.container{
    display: flex;
    min-height: 100vh;
}

.left-strip{
    display: flex;
    width: 27%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

.middle-strip{
    min-width: 46%;
}

.right-strip{
    display: flex;
    width: 27%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;   
}