* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100vw;
    min-height: 100vh;

}

.placeholder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: cener;
    justify-content: center;
}

.placeholder svg {
    width: 200px;
    height: 200px;
}

.placeholder h1,
h3 {
    text-align: center;
}

.placeholder h1 {
    color: #123524
}

.placeholder h3 {
    color: #3E7B27
}