body {
    margin: 0;
    background: black;
}

button {
    width: 100px;
    height: 100px;

    font-size: 2rem;
}

.bglogo {

    position: fixed;
    height: 100vh;

}

#logo {
    position: sticky;

    top:10vh;

    width: 800px;

    display: block;
    margin:auto;
}

/*.content {
    margin-top: 100vh;

    background: black;
    min-height: 200vh; /*t*/

    padding: 40px;
}/**/

.buttoninfoscontainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.box {
    background: red;
    height: 200px;
}

p {
    color: white;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

h1 {
    color: white;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

h3 {
    color: white;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.Main {
    color: white;
    text-align: center;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
}

.aladin {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
}

.dumbshit {
    color: white;
    text-align: center;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
}