* {
    margin: 0;
    padding: 0;
    font-family: verdana;
}

.container {
    width: 100%;
    height: 100%;
    background: #D6EEFF;
}

.menu ul {
    display: inline-flex;
    margin: 50px;
}

.menu ul li {
    list-style: none;
    margin: 0 20px;
    color: #334195;
    cursor: pointer;
}

a {
    color: inherit;
}

.logo img {
    width: 100px;
    margin-top: -20px;
    margin-right: 20px;
}

.active {
    color: #020887 !important;
}

.try {
    top: 40px;
    right: 80px;
    position: absolute;
    text-decoration: none;
    color: #3E442B;
    border: 2px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#D6EEFF, #D6EEFF), radial-gradient(circle at top left, #3E442B, #3E442B);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.try span {
    display: block;
    padding: 8px 22px;
}

.banner {
    width: 100%;
    height: 70%;
    top: 25%;
    left: 130px;
    position: absolute;
    color: #647AA3;
}

.app-text {
    width: 50%;
    float: left;
}

.app-text h1 {
    font-size: 43px;
    width: 640px;
    position: relative;
    margin-left: 50%;
}

.menu li {
    background-color: #8D909B;
    padding: 1em 1em;
    padding-top: 40;
}

.menu :hover {
    background-color: #3E442B;
}

.menu :visited {
    color: #334195
}

.app-text p {
    margin-left: 50%;
    width: 100%;
}
