body {    margin: 0;    font-family: Arial, sans-serif;    text-align: center;    background-color: #dcdcdc;    color: #333;}.header {    background: white;    padding: 40px 20px;    position: relative;    overflow: hidden;    height: 82px;}.header::before {    content: "";    position: absolute;    bottom: -50px;    left: 0;    width: 100%;    height: 100px;    background: #dcdcdc;    border-radius: 50% 50% 0 0;}.header h1 {    margin: 0;    position: relative;    z-index: 2;}.header img {    max-width: 180px;}.main-section {    background: #666;    padding: 50px;    color: white;    border-radius: 10px;    margin: 20px auto;    width: 50%;    position: relative;    margin-top: -65px;    border-top-left-radius: 384px 27px;    border-top-right-radius: 384px 24px;}.button {    background: #f8a13f;    color: white;    padding: 15px 30px;    text-decoration: none;    font-weight: bold;    display: inline-block;    margin-top: 15px;    border-radius: 5px;}.content {    background: #dcdcdc;    padding: 40px;    display: flex;    justify-content: center;    text-align: left;}.column {    margin: 0 30px;}.footer {    background: #444;    padding: 40px;    color: white;}.footer-links {    margin-top: 20px;}.footer-links a {    color: white;    text-decoration: none;    margin: 0 15px;}p{    font-family: 'Arial', sans-serif;}