.desgin {
    width: 62%;
}

.txt {
    font-size: 20px;
}

.lorem {
    text-align: left;
}

@media (min-width: 0px) and (max-width: 430px) {
    .rounded {
        padding: 1rem !important;
    }
    #contactback {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1850px) {
    #contactback {
        float: right;
        margin-top: 130px;
        width: 180px;
        height: 180px;
    }
}

.rounded {
    padding: 3rem;
}

.container {
    position: relative;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

.top-right {
    position: absolute;
    top: 100px;
    right: 16px;
}

#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) {
    .txt {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    h5 {
        font-size: 16px;
    }
    .txt {
        font-size: 13px;
    }
    .desgin {
        width: 100%;
        height: 4em;
    }
}

@media (max-width: 375px) {
    .txt {
        font-size: 11px;
    }
}

@media (min-width: 0px) and (max-width: 325px) {
    .txt {
        font-size: 11px;
    }
}