body{
    background-color: black;
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Roboto;
}

.bodyy_container{
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.911)),
    url(./backgrondimage.webp);
    background-size:cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw; 
}

.bodyy_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.heading{
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#BDF75C;
    font-size: 13px;
}

.icons{
    display: flex;
    gap: 25px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
}

.comp_name{
    padding-left: 20px;
}

.charge img{
    background-color: rgb(230, 230, 230);
    padding: 10px 10px;
    border-radius: 50%;
}

.location img{
    background-color: rgb(230, 230, 230);
    padding: 8px 10px;
    border-radius: 50%;
}


.bottom{
    width: 75%;
    margin: 15px;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
}

.bottom h1{
    margin-top: 0;
}

.bottom a{
    padding: 10px  20px;
    background-color:#1E282E;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    margin-bottom: 20px;
}

.bottom p{
    padding-bottom: 15px;
    margin-top: -10px;
}




.address h1 span img{
    background-color: rgb(230, 230, 230);
    padding: 7px 9px;
    border-radius: 50%;
    margin-bottom: -10px;
    margin-top: 50px;
}

.address h1{
    margin-top: 20px;
    color:#31A93E;
}

.address p{
    margin-top: -5px;
    color: rgb(134, 134, 134);
    line-height: 25px;
}

.address h3{
    margin-top: -15px;
    color:#31A93E;
}

.bottom h1 span img{
    height: 25px;
    margin-bottom: -13px;
}

.bottom img{
    height: 40px;
    padding-bottom: 10px;
}