img {
    max-width: 120px;
    WIDTH: 100%;
    MARGIN: AUTO;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

h5 {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 25px;
    font-family: Manrope;
    font-weight: 800;
    color: black;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    border-top: 1px solid #000;
    padding: 10px;
    margin-top: 19px;
}

.text-primary, .text-primary:hover {
    color: #000000 !important;
}

.avatar-lg img {
    width: 150px;
    height: auto;
    display: block;
}

.avatar-lg {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    margin-top: 10px;
}

button.btn.btn-success {
    margin-bottom: 10px;
}

a, .text-action {
    color: #000000;
    transition: all 0.2s ease;
}

.row.justify-content-between.mb-4.mb-md-5 {
    margin: auto;
    margin-bottom: 10px!important;
}


.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.5rem;
    text-align: center;
}


.wifi-container {
    margin-bottom: 20px;
}

.copy-button {
    font-size: 48px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.copy-button:hover {
    background-color: #45a049;
}


#copy-message {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 200px;
    height: 150px;

    color: #fff;
    background-color: #d9edf7;
    font-size: 48px;
    padding: 10px;
}

.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control {
    font-size: 26px;
    padding: 10px;
}

.wifi-field label {
    font-size: 26px;
}


