.desgin {
    width: 62%;
}

.lorem {
    text-align: left;
}

#btn1 {
    border: 1px solid white;
    background-color: #ec0ce0;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
    margin-bottom: 2%;
}

#btn2 {
    border: 1px solid white;
    background-color: #49b949;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
}

#btn3 {
    border: 1px solid white;
    background-color: #02337b;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
}

#btn1 .plan {
    background-color: #e31ae8;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
}

#btn2 .plan {
    background-color: #49b949;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
}

#btn3 .plan {
    background-color: #31b4d0;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
}

.btnright {
    float: right;
    padding-right: 1em;
}

.btnright1 {
    float: center;
    padding-right: 1em;
}

@media (min-width: 0px) and (max-width: 430px) {
    .rounded {
        padding: 1rem !important;
    }
    #contactback {
        width: 60px;
        height: 60px;
    }
}

.rounded {
    padding: 3rem;
}

.container {
    position: relative;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

#registerbackground {
    background: rgba(255, 255, 255, 0.5);
    margin: 50px 0px 0px 0px;
}

#registerform {
    background-color: white;
    margin: 20px;
    padding: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 12px;
}

#registerform1 {
    font-size: 12px;
}

#contactback {
    float: right;
}

h5 {
    padding: 40px;
}

@media (max-width: 768px) {}

@media (max-width: 500px) {
    .desgin {
        height: 4em;
        width: 100%;
    }
    .lorem {
        margin-top: 3em;
        margin-bottom: -2em;
    }
    .centered {
        font-size: 3vw;
    }
    h5 {
        font-size: 16px;
    }
    .btnright,
    .btnright1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #btn1,
    #btn2,
    #btn3,
    #btn11,
    #btn12 {
        width: 80%;
        margin: 0 auto 15px;
    }
}

button a:hover,
#effect:hover,
#effect1:hover,
#effect2:hover,
#effect3:hover,
#effect4:hover,
#effect5:hover {
    background-color: gold;
    color: #ec0ce0 !important;
    text-decoration: none;
}