@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html {
    overflow-x: hidden !important;
}
body {
  margin: 0;
  padding: 0;
  z-index: 0;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}
a {
    color: black;
}
#nav {
    top: 0;
}
.content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.content .agb {
    margin: 5% 5% 0 5%;
    font-size: 16px;
    min-height: 100vh;
    text-align: justify;
}
.content .agb .agb-h1 {
    font-size: 80px;
    color: rgb(94, 94, 94, 0.8);
}
@media screen and (max-width: 800px) {
    .content .agb .agb-h1 {
        font-size: 80px;
        color: rgb(94, 94, 94, 0.8);
        margin: 50px 0 0 0;
    }
}
.content .agb .agb-h2 {
    font-size: 27px;
    color: black;
}
@media screen and (max-width: 800px) {
    .content .agb .agb-h2 {
        font-size: 20px;
        color: black;
    }
}
.content .agb .agb-h3 {
    font-size: 20px;
    color: rgb(94, 94, 94, 0.8);
}
.content .agb .agb-h4 {
    font-size: 20px;
    color: black;
}