body{
    padding: 50px 0px 0px 0px;
    box-sizing: border-box;
}
.top-logo{
    width: 528px;
    margin-right: auto;
    margin-left: auto;
}
.circle{
    width: 70px;
    height: 70px;
    border: 7px solid #25b053;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}
.line{
    width: 528px;
    height: 7px;
    background-color: #25b053;
    margin-right: auto;
    margin-left: auto;
}
.advertising{
    margin-top: 25px;
}
.avenue{
    font-family: 'SF Display';
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    color: #031d10;
}
.address{
    font-family: 'SF Display Ultra';
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    color: #031d10;
    margin-top: 110px;
}
.container-half-round{
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    height: 325px;
    overflow: hidden;
    position: relative;
}
.half-round{
    width: 100%;
    height: 1000px;
    border-top-right-radius: 1000px;
    border-top-left-radius: 1000px;
    border: 5px solid #25b053;
    border-bottom: none;
    margin-right: auto;
    margin-left: auto;
}
.message{
    text-transform: uppercase;
    color: #031d10;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-family: 'SF Display Ultra';
    font-size: 60px;   
}
.portfolio{
    text-align: center;
    color: #031d10;
    font-family: 'SF Display Ultra';
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: 160px;
}
