body {
    margin: 0;
    padding: 0;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #4e4e4e;
    background: #71bf45;
}

div.block {
    height: 100vh;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
div.conversion h1 {
    font-size: 36px;
    padding: 100px 0 50px;

}
div.logo img {
    width: 25%;
    padding-bottom: 50px;
}

div.contact h2 {
    font-size: 24px;
}

div.contact ul li {
    list-style: none;
    font-size:16px;
    margin-bottom: 10px;
}

div.contact ul li.first {
    font-weight: bold;
    font-size:18px;
}