@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.container {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 50px 0 0 0;
    border-style: none;
}

.logo {
    width: 100%;
    background: #fff;
}

.logo img {
    width: 100%;
    display: block;
    margin: auto;
}

.title {
    width: 100%;
    background-color: #fff;
    border-radius: 5px
}

.title h2 {
    font-weight: 600;
    color: #0a0a0a;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    text-align: center;
}

.title p {
    font-size: 10px;
    text-align: center;
    color: #272525;
    text-transform: uppercase;
    
}

.address {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0;
}

.address p {
    font-size: 13x;
    text-align: center;
    color: #272525;
    text-transform: uppercase;
    padding: 2px 0;
    text-align: center;
}

.contact {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 1px 0;
    border-style: flex;
}


.contact a {
    text-decoration: none;
    color: #0e0d0d;

}
