@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');

body {
  font-family: 'Montserrat', sans serif;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #FFFFFF;
  transition: all 500ms;
	}


#osl-logo {
	display: flex;
	width:380px;
	height:380px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-align: center;
	transition: 0.5s;
	}
	
#osl-logo:hover {
	transform: scale(1.1) rotate(4deg);
	transition-timing-function: ease-in;
	transition: 0.5s;
	}
	
		