@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 400;
}

h1 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#top {
    background: #FF00FF;
    color: #FFF;
    text-transform: uppercase;
    
}