body{ background-color: #e8dc17; } .main_box{ background-color: whitesmoke; border-radius: 20px; box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52); margin-left: 5rem; margin-right: 5rem; padding: 2rem; position: relative; } .label{ text-align: center; margin-top: 5rem; margin-bottom: 4rem; } .label h1 span { text-align: center; background-color: whitesmoke; padding: 1rem; border-radius: 20px; box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52); } .circle{ background-color: blue; border-radius: 50%; height: 400px; width: 400px; margin-left: auto; margin-right: auto; position: relative; ; } @media screen and (max-width: 500px){ .main_box{ margin-left: 1rem; margin-right: 1rem; } }