.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }  

*{
    margin: 0;padding: 0;border: 0;font-family: 'Poppins';
}

a {
    
}

header {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

header img {
    width: 120px;
    height: 60px;
}

.background {
    width: 100%;
    height: auto;
}


.container {
    position: relative;
    text-align: center;
    color: white;
}

.center {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
}

h1,h2 {
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: -5px;
}

h4,p {
    margin: 4px;
}

.center p {
    
    font-weight: lighter;
    color: rgb(229, 229, 229);
    font-style: italic;
}

h4 {
    
    font-style: italic;
}

h2 {
    font-style: italic;
}




@media only screen and (max-width: 1145px) {
    h1,h2{
         font-size: 30px;
    }
    h4,p {
         font-size: 10px;
    }
         
    }

@media only screen and (max-width: 740px) {
    h1,h2 {
         font-size: 20px;
    }
    h4,p {
         font-size: 8px;
    }

    }

@media only screen and (max-width: 480px) {
    h1,h2{
         font-size: 15px;
    }
    h4,p {
         font-size: 5px;
    }
         
    }

.footer {
    text-align: center;
}

.footer .ind {
    font-size: 13px;
    font-weight: bold;
}

.footer .eng {
    font-size: 13px;
    font-style: italic;
}

.ttd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: 2rem;
}

.ttd .ind {
    font-size: 13px;
    font-weight: bold;
}

.ttd .eng {
    font-size: 13px;
    font-style: italic;
}


@media only screen and (max-width: 600px) {
    .footer .ind, .footer .eng{
        font-size: 7px;
    }

    .ttd .ind, .ttd .eng {
        font-size: 7px;
    }

    }