@import url('https://fonts.googleapis.com/css2?family=Flow+Rounded&family=Redacted+Script:wght@400;700&display=swap');

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

.index-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

.index-logo img {
    max-width: 600px;
    width: 100%;

}

.wireframe {

    font-family: 'Redacted Script', cursive;
    font-weight: 400 !important;

}

.wireframe img {
    backdrop-filter: blur(64px);
}

.wireframe h1, .wireframe h2, .wireframe h3, .wrireframe h4, .wireframe h5, .wireframe h6 {

    font-family: 'Redacted Script', cursive;
    font-weight: 700 !important;

}

.wireframe button {
    background-color: rgb(156 163 175) !important;
    color: white;
}





