* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
html,body {
    height: 100vh;
    width: 100vw;
    background: url('assets/yellow_circle.png') center no-repeat;
    background-size: 400px;
    background-color: #ececec;
}
.navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    text-align: center;
}

ul li {
    display: inline;
    padding: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.hero_section {
    height: 80%;
    width: 100vw;
}
.hero_section img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42%;
    margin-top: 35px;
    height: 81.5vh;
    position: relative;
}
p {
    width: 20%;
    position: absolute;
    top: 120px;
    left: 140px;
    font-size: 15px;
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p.text_2 {
    font-size: 5vw;
    top: 35vh;
    left: 60vw;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.icon_address {
    display: flex;
}
.icons {
    position: absolute;
    margin-top: -13vh;
    margin-left: 30px;
}
.icons .image_2 {
    height: 40px;    
    width: 40px; 
    margin: 5px;
}
.addresses {
    font-size: 20px;
    font-weight: 600;
    top: 88vh;
    left: 82vw;
}
