/* CSS Document */

body {
    display: block;
}

.logo
{
    position: fixed;
	top: 30px;
	right: 30px;
}

.name
{
  	width: 100%;
  	height: 100vh;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
}