body,
html {
    margin: 0;
    padding: 0;
    width: 1080px;
    height: 1920px;
    overflow-x: hidden;
    background-image: url('../images/home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    width: 100%;
    height: 60%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1.5rem;
}

.footer-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-bg-image {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 20%;
}

.footer-overlay-image {
    position: absolute;
    left: 25%;
    transform: translateY(-40%);
    width: 100%;
    height: auto;
    z-index: 1;
}

.custom-header-margin {
    flex-wrap: nowrap !important;
    margin-top: 2rem;
    height: 20%;
}

.custom-img-margin {
    margin-left: 2rem;
    width: 100%;
}

.input-group {
    position: relative;
    background-color: #AB0433;
    color: white;
    border-radius: 4px;
    border: solid 1px;
    height: 3rem;
    top: 10%;
    width: 17.5rem !important;
}

.input-group img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5rem;
    width: 15%;
    height: auto;
    z-index: 1;
}

.bar {
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
    left: 15%;
    color: white;
    z-index: 1;
}

.header-label {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 20%;
    font-family: 'Poppins';
    font-size: 19px;
}

.custom-label-margin {
    left: 30% !important;
}

.custom-icon-width {
    width: 22% !important;
}

.custom-bar-margin {
    left: 22% !important;
}

.custom-terminal-width {
    width: 12rem !important;
}

.dropdown-position {
    border-radius: 4px;
    top: 11%;
}

.dropdown-toggle {
    height: 2.75rem;
    width: 10rem;
    background-color: white !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-item {
    font-family: 'Poppins';
    font-weight: bold !important;
}

.dropdown-menu {
    text-align: center;
}

.btn-container {
    justify-content: center;
    position: relative;
    top: 5%;
}

.start-page-btn {
    background-color: #AB0433;
    color: white;
    width: 40rem;
    height: 5.5rem;
    border-radius: 14px;
    font-family: 'Poppins';
    font-size: 40px;
}

.start-page-btn:hover {
    background-color: #FEA501;
}

.first-text {
    width: 100%;
    font-family: 'Poppins';
    font-weight: bold;
    color: white;
    font-size: 60px;
}

.second-text {
    color: white;
    font-size: 32px;
    font-family: 'Poppins';
}

.text-block {
    display: block;
    text-align: center;
    position: relative;
}

.info-grid {
    display: grid;
}

.finalise-label {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
}

#dropdownMenuButton {
    font-weight: bold;
}

.left-btn-margin {
    margin-right: 1rem;
 }
 
 .right-btn-margin {
     margin-left: 1rem;
 }
 