body {
	background-color: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-size: 72px;
}

.centered {
  position: relative;
  top: 30%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -40%);
}

.logo {
    width: 100%;
	height: 50%;
    margin: 0px 0;
    float: left;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green; 
}

img {
  max-width: 100%;
  height: auto;
}