body {
    background-image: url("https://uploads.toptal.io/blog/image/123710/toptal-blog-image-1501179442602-d6661006b60cbdca14741b2594814cbb.png");
    font-family:  Arial, Helvetica, sans-serif !important;
}

button {
    position: absolute;
    left: 5%;
    width: 175px;
    height: 75px;
    border-radius: 0px !important;
    background-color: #3DD698 !important;
    border: 0px !important;
    font-size: 30px !important;
}

.nav {
    float: right;
    width: 100%;
    margin: 0px 0% 0px 0px;
    padding: 19px 4% 16px 19px;
    border-bottom: 20px;
    background-color: white;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1.5px;
    border-color: darkgrey; 
}


.content {
    float: left;
    background-color: white;
    margin: 45px 5% 120px 5%;
    padding: 26px;
    color: #344167;
    text-align: justify;
}

.footer {
    text-decoration: none;
    align-self: center;
    position: fixed;
    display: block;
    text-align: center;
    bottom: 0;
    right: 0;
    padding: 10px 0px 10px 0px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 10px;
    border-color: #3DD698;
    width: 100%;
    background-color: white;
}

.p {
    font-size: 40px;
}


a:link {
    color: #3DD698; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #3DD698;
    background-color: transparent;
    text-decoration: none;
}

.form-row {
    width: 100%;
}

.card-body {
    height: 32%;
    width: 100%;
    position: absolute;
    background-color: #3DD698;
    text-align: center;
    vertical-align: center;
    top: 60%;
    color: white;
}

.card {
    margin: 20px;
}

#headshot {
    margin: 5px 20px 20px 0px;
}

.submit {
    color: white;
    background-color: #3DD698 ;
    font-size: 18px !important;
    width: 100px;
    height: 50px;
    margin: 20px 0px 0px 0px;
}