#copied-hint {
    color: green;
}

.mode-selector-label {
    font-weight: bold;
}

.status-bar {
    bottom: 0;
    position: absolute;
}

.status-box {
    border-radius: .5rem !important;
    color: white;
    padding: 7px 0;
    text-align: center;
    min-width: 200px;
}

.success-box {
    background-color: rgb(6, 132, 6); 
}

.error-box {
    background-color: rgb(163, 6, 6); 
}

.status-message {
    margin: 0 20px;
}

@media screen and (max-width: 992px) {
    html {
        font-size: 35px;
    }

    .global-container {
        padding: 0 80px;
    }

    h1 {
        font-size: 2rem;
    }
    
    #url, #customize-url {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    
    .status-box {
        font-size: 1.3rem;
        margin-bottom: 200px;
    }
}