    }
    .box.is-dragover {
        background-color: grey;
    }

    .box {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border: none;
			background: #c0392b;
		min-height: 200px;
    }

    .box label strong {
        text-decoration: underline;
        color: white;
        cursor: pointer;
    }


    .box input {
        display: none;
    }



body {
	color: #fff;
    padding: 55px 25px;
	background-color: #e74c3c;
		height: 100%;
}




button {
cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #962d22;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;}


button:hover {
    background-color: #6d2018;
}
h1 {
text-align:center;
font-family: Lato, 'Lato', Arial, sans;
text-transform: uppercase}