html{
    height: 95vh;
}

body{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A5565;
    color: #EFEFCC;
    font-size: 30px;
    text-align: center;
}

img {
    max-width: 300px;
    width: 100%;
}

div {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

span {
    font-size: 22px;
}

span:last-child{
    letter-spacing: 1ch;
}

p {
    padding: 0 20px;
}

b{
    font-weight: 800;
}