* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    /* background-color: #EA9684; */
    font-family: Arial, Helvetica, sans-serif;
}

main {
    position: relative;
    height:480px;
    width: 300px;
    overflow: hidden;
    background-color: #fdfcfc;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border-radius: 7px;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.505);
    margin: 50px auto;

} 

h1 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 12px 0;
    text-align: center;

}


.middle-card {
    margin: 5px 25px;
}

.middle-card {
    text-align: justify;
}

footer {
    text-align: center;

}

button{
	width: 110px;
	height: 37px;
	margin-top: 10px;
	border-radius: 2px;
	background: #31708f;
	font-size: 15px;
	border: none;
	color: white;

    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/ 
}

button:hover{
  background-color: #d9edf7;
  color: black;
}
