html, body {
font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
}
div.card {
background-color: #fff;
color: #9b9b9c;
height: 380px;
width: 500px;
border: dashed 2px #0000ff;
margin: 0px auto;
margin-top: 70px;
}
div#header {
padding: 5px 5px;
background-color: #0000ff;
color: #fff;
margin: 2px 2px;
font-size: 26px;

}
div#content {
padding: 5px 5px;
color: #000;
}
div#email {
text-indent: 20px;
}
div#phone {
text-indent: 20px;
}
p {
text-align: center;
font-size: 22px;
color: #000;
}
