* {
    margin: 0;
    padding: 0;
}


html{
    font-family: "Bebas Neue", sans-serif;
}

.container {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    background-image: url("greenbc.jpeg");
    background-position: center;
    background-size: cover;
}

.btn:hover{
    background-color: none; /* Green */
    background-color: azure;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.header>h1{
    letter-spacing: 2px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.header>img{
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 100%;
    aspect-ratio: 16/1;
}

.body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.body>p{
    margin-bottom: 20px;
    font-size: 15px;
}

.bussines {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.bussines>a{
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
}

.bussines>a:hover{
    background-color: azure;
    color: #222;
}

.sosialmedia {
    display: flex;
    justify-content: center;
}

.sosialmedia>a{
    margin: 5px;
}

.sosialmedia>a>img{
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 100%;
}

.footer {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    text-decoration-line: underline;
}

.container-contact{
    margin-bottom: 20px;
}
