*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.boxcenter{
    margin: auto;
    width: 40%;
}
.container1{
    width: 100%;
    height: 100vh;
    background: linear-gradient(-45deg, #e73c7e, #050033, #23d5ab, #23a6d5, #800025);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.container1 h1{
    width: 100%;
    padding-top: 140px;
    padding-bottom: 20px;
    color: #fff;
}
.container1 p{
    width: 90%;
    padding-top: 10px;
    color: #D6D6D6;
}
.container1 img {
    left: 0;
    bottom: 0;
    position: relative;
}
.containerblue1{
    width: 100%;
    height: 100vh;
    background: #050033;
}
.containerblue1 h3{
    width: 90%;
    padding-top: 4px;
    color: white;
}
.containerblue1 p{
    width: 90%;
    padding-top: 4px;
    color: white;
}
.custom-p p{
    font-size: 18px;
    line-height: 30px;
}
.custom-p2 p{
    font-size: 20px;
    line-height: 36px;
}
.custom-p3 p{
    font-size: 12px;
    line-height: 20px;
}
.img imgleft {
    margin: 0;
    padding: 0;
    left: 30px;
    bottom: 0;
    position: absolute;
}
.img imgright {
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.custom-blue1,.custom-hover-blue1:hover{color:#fff!important;background-color:#050033!important}
.custom-blue2,.custom-hover-blue2:hover{color:#fff!important;background-color:#000CFF!important}
.custom-blue3,.custom-hover-blue3:hover{color:#fff!important;background-color:#282828!important}
.custom-blue4,.custom-hover-blue4:hover{color:#fff!important;background-color:#192241!important}
.custom-blue5,.custom-hover-blue5:hover{color:#fff!important;background-color:#CCE3EB!important}
.custom-blue6,.custom-hover-blue6:hover{color:#fff!important;background-color:#59DDFF!important}
.custom-blue7,.custom-hover-blue7:hover{color:#fff!important;background-color:#192241!important}
.custom-blue8,.custom-hover-blue8:hover{color:#fff!important;background-color:#0E121A!important}
.custom-grey1,.custom-hover-grey1:hover{color:#fff!important;background-color:#E6E6E6!important}
/* More */
.nobr { white-space: nowrap }
.button1{
    left: 120px;
    bottom: 120px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 200px;
    padding: 10px;
    font-size: 20px;
    color: #0040ff;
    border: 2px solid #0040ff;
    cursor: pointer;
    border-radius: 100px;
    transition: 1.5s;
    box-shadow: 0 1px 1px 0 #0040ff inset, 0 1px 1px 0 #0040ff,
                0 1px 1px 0 #0040ff inset, 0 1px 1px 0 #0040ff;
    text-shadow: 0 0 1px #0040ff, 0 0 1px #0040ff;
}
.button1:hover{
    box-shadow: 0 5px 20px 0 #15f4ee inset, 0 5px 20px 0 #15f4ee,
                0 5px 20px 0 #15f4ee inset, 0 5px 20px 0 #15f4ee;
    text-shadow: 0 0 5px #15f4ee, 0 0 5px #15f4ee;
}
.button2{
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 60%;
    padding: 24px;
    padding-bottom: 16px;
    font-size: 20px;
    color: #15f4ee;
    border: 1px solid #15f4ee;
    cursor: pointer;
    border-radius: 100px;
    transition: 1.5s;
    box-shadow: 0 1px 2px 0 #15f4ee inset, 0 1px 2px 0 #15f4ee,
                0 1px 2px 0 #15f4ee inset, 0 1px 2px 0 #15f4ee;
    text-shadow: 0 0 2px #15f4ee, 0 0 2px #15f4ee;
}
.button2:hover{
    box-shadow: 0 5px 20px 0 #15f4ee inset, 0 5px 20px 0 #15f4ee,
                0 5px 20px 0 #15f4ee inset, 0 5px 20px 0 #15f4ee;
    text-shadow: 0 0 5px #15f4ee, 0 0 5px #15f4ee;
}
@media screen and (min-width:601px) {
    .container1, h1 {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }
    .container1, p {
        font-size: 24px;
        line-height: 40px;
    }
    .container1, h10 {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }
    h10 {
        font-size: 28px;
        line-height: 56px;
    }
}
@media screen and (max-width:600px) {
    .container1, h1 {
        text-align: center;
        font-size: 32px;
        line-height: 48px;
    }
    .container1, p {
        font-size: 20px;
        line-height: 30px;
    }
    .container1, h10 {
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }
    h10 {
        font-size: 24px;
        line-height: 48px;
    }
}
