body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    margin-top: 20px;
}

header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2F338C;
    color: #fff;
    padding: 10px 0;
    height: 52px;
    text-align: center;
}

header .logo{
    height: 52px;
    width: 128px;
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2F338C;
    color: #fff;
    padding: 10px 0;
    height: 30px;
    text-align: center;
}

.image-height-180 {
    height: 52px;
    width: 128px;
}