#last {
    width: auto;
    height: auto;
    display: flex; /* Corrected for centering content */
    justify-content: center;
    background-color: #0000BD;
}

.full {
    width: 80%;
    display: inline-block;
    margin: 2%;
    margin-left: 10%;
    text-align: center;
    background-color: black;
    color: white;
    border: 11px solid purple;
    border-radius: 5px;
    margin-bottom: 8%;
    margin-top: 8%;
}

.full h3 {
    font-size: 2rem;
    display: block;
    margin: 2%;
    margin-bottom: 1%;
}

.lt {
    padding: 2%;
    margin: 2%;
}

.rt {
    padding: 2%;
    margin: 2%;
}

.lt textarea {
    width: 85%;
    margin-left: 2.8%;
}

button {
    margin: 2%;
}

.btn-primary {
    background-color: white;
    border: 2px solid white;
    border-radius: 5%; /* Adjusted for a cleaner appearance */
}

.list-item {
    margin-bottom: 2%;
    list-style-type: none;
}

.list-item span {
    margin-left: 10px;
    font-size: 1.5rem;
    margin-left: 1.5%;
    margin-top: 1.5%;
}

.list-item a {
    color: white;
    display: inline-block;
}

.list-item a:hover {
    text-decoration: underline;
}

.form-control {
    background-color: white;
}

@media screen and (min-width: 770px) {
    .full {
        width: 70%;
        margin-left: 15%;
    }

    .lt textarea {
        width: 99%;
        margin-left: 2.4%;
        margin-top: 2.4%;
    }

@media screen and (min-width: 1100px) {
    .full {
        width: 80%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .lt {
        width: 65%;
        display: inline-block;
        float: center;
        margin-right: 0;
        margin-top: 2.4%;
    }

    .rt {
        width: 55%;
        display: inline-block;
        margin-left: 0;
        margin-top: 2.4%;    }

    }

    .list-item {
        margin-bottom: 10%;
    }

    .contact-list {
        margin-top: 22%;
        padding-right: 8%;
    }

    .fa-envelope, .gmail {
        display: inline-block;
        width: auto;
    }
}