* {
    font-family: 'Courier New', Tahoma, sans-serif;
}

body {
     background-color: black;
}

#logo {
    width: 500px;
    max-width: 100%;
    height: auto;
    flex-shrink: 1;
}

#dhalia-coding {
    width: 600px;
    max-width: 100%;
    height: auto;
    flex-shrink: 1;
}

h2,
p {
    color: white;
}

p {
    padding-bottom: 50px;
}

div {
    display: flex;
    justify-content: center;
}

.image-box {
    display: flex;
    align-items: center;
}

.centered-text {
    max-width: 600px;
    text-align: center;
}

iframe {
    padding-bottom: 100px;
}