body{
    background-color: #FEFEFE;
    margin: 1em;
}

main{
    margin: 1em
}
.logo_svg{
    width: 100px;
    height: auto;
}
.hero_line{
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: xx-large;
    justify-self: center;
    align-self: center;
    margin: 18%;
}
.punch_line{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    font-weight: lighter;
    justify-self: center;
    justify-content: center;
    margin: 3em;
}
.contact_now{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-self: center;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: black;
}
