/* style.css */

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

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: 300;
    font-style: normal;
}

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

.dooit-title {
    display: flex;
    align-items: center;
}

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