body {
	margin: 0;
	width: 100vw;
	height: 100vh;
	background-color: #65b5ea;
}

.title{
    line-height: 1;
}

.margin {
    margin: 50px;
    line-height: 1.5em;
}

.h2{
    display: flex;
    justify-content: center;
    align-items: center;
}

p{
    line-height: 200%;
}