body {
    background-color: rgb(249,241,219);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

img#logo1 {
    margin: 0 auto;
    transform: translateY(-50%);
    height: auto;
    max-width: 50%;
}

img#logo2 {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    max-width: 35%;
    height: auto;
    top: 50%;
}

div#logo-line1 {
    position: relative;
    top: 50%;
    width: 100%;
}

div#logo-line2 {
    position: relative;
    top: 50%;
    width: 100%;
}