@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #000;
}

.sec1 {
    color: #fff;
    background: url('/img/bgs/sitemap.jpg');
    height: 50vh;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.tittle {
    margin-top: 8%;
}

.tittle h1 {
    font-weight: 700;
}

.line {
    margin: auto;
    width: 120px;
    border-top: 10px solid;
    color: #08f700;
}

.wrapper{
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    margin: 3rem auto;
    text-align: center;
}
.wrapper .links ul a{
    margin: 20px;
    float: left;
    text-decoration: none;
    color: #000;
}
.wrapper .links ul a:hover{
    color: #187c15;
}