body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #230443;
}

.container {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;

    width: 310px;
    padding: 20px;
    border: 2px solid #230443
    box-sizing: border-box;
    background-color: #2a0d57; 
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #230443;
}

h1 {
    color: #7200FF;
    letter-spacing: 2px;
    word-spacing: 8px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
}


h3 {
    color: #7C0FF0;
}

#p {
    color: #7C0FF0;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}
.header-box{
    width: 350px;
    padding: 20px;
    background-color: #2a0d57;
    box-sizing: border-box;
}
