@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

header{
    width: 100%;
}

body{
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.logo{
    width: 100%;
    background: #FB8C84;
    background: -webkit-linear-gradient(151deg, rgba(251, 140, 132, 1) 0%, rgba(190, 206, 255, 1) 100%);
    background: -moz-linear-gradient(151deg, rgba(251, 140, 132, 1) 0%, rgba(190, 206, 255, 1) 100%);
    background: linear-gradient(151deg, rgba(251, 140, 132, 1) 0%, rgba(190, 206, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FB8C84", endColorstr="#BECEFF", GradientType=0);
    height: 72px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.logo img{
    max-height: 60px;
    max-width: 100%;
}

img {
	color-scheme: light only;
}

footer{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #393737;
}

.footer img{
    max-height: 30px;
    max-width: 100%;
}

.copyright p{
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #dcdcdc;
    text-align: center;
    margin-bottom: -10px;
}

.policy text{
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #dcdcdc;
    text-align: center;
    margin-bottom: -10px;
}

.policy{
    display: flex;
    justify-content: center;;
    align-items: center;
      padding-left: 1rem;
    padding-right: 1rem;
}

.legal p{
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #dcdcdc;
    text-align: center;
    margin-bottom: -20px;  
}

.socials{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.sns_logo{
    margin: 0 5px;
    max-height: 20px;
    width: auto;
}

.sns_logo {
    transition: transform 0.3s ease;
}

.sns_logo:hover {
    transform: scale(1.15);
}


.info{
    display: block;
    padding-left: 20px;
}

h1{
    font-family: 'DM Sans', sans-serif;
    font-size: 35px;
    color: #333;
    text-align: left;
    text-decoration: underline;
}

.info p{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    color: #333;
    text-align: left;
}

.info a{
    color: #4966c0;
    text-decoration-color: #4966c0;
}

@media (max-width: 768px) {
    h1{
        text-align: center;
        text-decoration: underline;
    }
    
    .info {
        padding: 0 15px;
    }
    
    .info p{
        text-align: center;
    }
}

img {
  pointer-events: none;
}


/* Whats up guys, it's Quandale Dingle here. I have been arrested for multiple crimes, including battery on a police officer, grand theft, declaring war on Italy, and public indecency. I will be escaping prison on March 28th. After that, I will take over the world. */