 input[type=radio] {
     border: 3px solid grey;
     height: 1.5rem;
     width: 1.5rem;
 }

.container h2 {
     font-weight: bold;
     color: #800020;
 }

 .container.card {
	 max-width: 55rem;
	 border-radius: 0.5rem;
 }

.content-body {
    background-repeat: no-repeat;
    background-position: center;
}
