html {
	color: white;
}

body {
	background-color: black;

}

a {
cursor: pointer;
}


h1, h2, h3, h4, h5, h6 {
	
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.photo-turn {
	border: solid 1px black; 
	padding: .2em .4em .2em .4em; 
	border-radius: 3px;
}

.date-block {
	font-weight: 700;
	border: solid 2px black; 
	padding: .4em; 
	border-radius: 3px;
}

.divide {
	border: solid 1px black; 
	
}

.button {
    border-radius: 90%;
    padding: .4em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 16px;*/
}