 body {
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
     line-height: 1.75;
 }

 h1 {
     text-shadow: 2px 2px 4px #6c6c6c;
     font-size: 3.052rem;
 }

 h2 {

     font-size: 2.441rem;
 }

 h3 {
     font-size: 1.953rem;

 }

 .head {
     background: radial-gradient(ellipse farthest-side at 76% 77%, rgba(245, 228, 212, 0.25) 4%, rgba(255, 255, 255, 0) calc(4% + 1px)), radial-gradient(circle at 76% 40%, #fef6ec 4%, rgba(255, 255, 255, 0) 4.18%), linear-gradient(135deg, #ff0000 0%, #000036 100%), radial-gradient(ellipse at 28% 0%, #ffcfac 0%, rgba(98, 149, 144, 0.5) 100%), linear-gradient(180deg, #cd6e8a 0%, #f5eab0 69%, #d6c8a2 70%, #a2758d 100%);
     background-blend-mode: normal, normal, screen, overlay, normal;
     height: 28rem;
 }

 img {
     width: 100%;
     height: 74%;

 }

 .logoImage {
     width: 6rem;
     height: 6rem;
 }

 .contact {
     background-color: #cd6e8a;
 }