@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}



.logo {
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: none;
}

.logo img {
    max-width: 300px;
    text-decoration: none;
}

.page-wrapper {
    color: #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #121212
}

.container {
    box-shadow: 0 1px 2px #212529;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #1e1e1e;
    max-width: 800px;
    padding: 2rem;
    margin: 2rem 0;
    color: #fff;
    margin-bottom: 10px;
}

h1{
    margin-bottom: 0.5rem;
    color: white;
    font-weight: 500;
    line-height: 1.2;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}

h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}

p {
    margin-top: 0.5rem;
    color: white;
    line-height: 1.5;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}
