body, p {
    margin: 0px;
}

section.home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
}

section.home > i {
    font-size: 80px;
    margin-bottom: 20px;
}

section.home > p {
    max-width: 600px;
    font-family: 'Century Gothic';
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

section.home > a {
    font-family: 'Century Gothic';
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: red;
    color: #fff;
    border-radius: 50px;
}