body {
    background: white;
}

.container-oneclick-apps {
    margin-top: 100px;
    margin-bottom: 50px;
}

.tab {
    margin-bottom: 20px;
}

.tab button {
    padding: 5px 5px;
}

.tab button.active {
    border-bottom: solid 2px royalblue;
}

.tab button {
    border-bottom: solid 2px transparent;
}

.tab button:hover {
    border-bottom: solid 2px royalblue;
}

div#application-contact {
    text-align: center;
    margin-top: 50px;
}

p#one-click-title {
    font-family: 'Roboto', serif;
    font-weight: bolder;
    font-size: 25px;
    text-align: center;
    color: #050049;
}

p#one-click-title2 {
    font-family: 'Roboto', serif;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    color: #050049;
}

div#applications {
    width: 1400px;
    margin: 0 auto;
}

.tab button {
    color: #050049;
}

div#wrapper-apps {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 280px;
    margin-left: 30px;
    background: #464342;
    height: 90px;
    margin-bottom: 15px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 450px;
    font-size: 20px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 40px;
    margin-top: -30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pop-up-content {
    text-align: center;
}

.coupon {
    font-size: 25px;
    color: royalblue;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.popuptext {
    font-size: 18px;
}

a.deploy {
    background: royalblue;
    color: white;
    padding: 3%;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}

a.deploy:hover {
    background: #212083;
}

p.notice {
    margin-top: 60px;
    margin-bottom: -50px;
    text-align: center;
    font-size: 14px;
}

div#page {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

div#one-click-apps-list {
    padding: 50px 50px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    background: white;
}

@media only screen and (max-width: 1400px) {
    div#applications {
        width: 100%;
    }
}