* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ********* Landing ********* */
.landing {
    height: 100vh;
}
.navbar {
    height: 90px;
}
.subnavbar {
    height: calc(100% - 90px);
}

.logo {
    width: 50%;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
.globe{
    width: 50%;
}
.globe img{
    width: 80%;
}

.section2 {
    height: 300px;
    background: orangered;
}