.appLogo {
    position: relative;
    width: 100%;
    height: 10rem;
    /* background-color: #999999; */
}

.appLogo .centerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
    /* background-color: pink; */
}

.appLogo img:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 1.5rem;
    width: 7rem;
    /* background-color: pink; */
}

.appLogo img:nth-child(2) {
    position: absolute;
    top: 10%;
    width: 10rem;
    /* background-color: pink; */
}

.btn2 {
    background-color: #6b6a6a;
    color: rgb(255, 255, 255);
}