@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Alfa+Slab+One&family=Patua+One&family=Spartan:wght@900&display=swap');


*{
    box-sizing: border-box;
    margin:0;
}

* + *{
    margin:1em 0 0;
}

body{
    margin: 0;
}

a{
    text-decoration:none;
    color:#4caf50;
    transition: all .4s;
}

a:hover{
    text-decoration:none;
    color:#749f37;
    background:#fff;
}

.main-content {
    display: flex;
    height: 100vh;
    justify-content: center;
    background: #3f51b5;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: column;
    padding: 45px;
}

h1 {
    font-weight: normal;
    font-family: 'Spartan', sans-serif;
    font-size: 13vw;
    color: #569876;
    margin-top: -5vh;
    text-align: center;
}

h2{
    font-weight: normal;
    font-family: 'ABeeZee', sans-serif;
    font-size: 50px;
    color: #8BC34A;
    text-align: center;
    letter-spacing: .1em;
}

p{
    font-family: 'ABeeZee', sans-serif;
    font-size: 28px;
    color: #4caf50;
    text-align:center;
}