/* style.css */

.title-container {
    display: flex;
    justify-content: center;
}

.title-container img {
    width: 100px;
    margin-bottom: 40px;
    margin-top: 20px;
}

html, body {
    height: 100%;
    margin: 0;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    color: white;
    background: linear-gradient(to bottom, #000000, #21211e);
    background-attachment: fixed;
    min-height: 100%;
    overflow: auto;
    padding: 20px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.text-small {
    font-weight: 500;
    font-family: "Poppins", serif;
    font-size: 12px;
}

.text-big {
    font-weight: 800;
    font-family: "Poppins", serif;
    font-size: 100px;
    background: linear-gradient(90deg, #F1EEE0, #88877E);
    -webkit-background-clip: text; color: transparent;
}

footer {
    margin-top: 20px;
    padding-bottom: 20px;
}

.dooit-title img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
