body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: #000000;
    font-family: dotgothic16;
    color: #FFFFFF;
}

.dotgothic16-regular {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1{
    width: 80%;
    text-align: center;
    border: 5px solid #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}

.logo img {
    width: 30%;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-frame {
    width: 80%;
    text-align: center;
    border: 5px solid #FFFFFF;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.photo-frame {
    width: 80%;
    text-align: center;
    border: 5px solid #FFFFFF;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.photo-frame img {
    max-width: 100%;
}



