html, body{
    height: 100%;
}

.logo{
    height: 50%;
    background-color: #39393900;
    margin: 5rem 0 3rem 0;
}

.link_main{
    margin: 0 auto 20vh 0;
	color: rgb(228, 223, 212);
	top: 0;
    font-size: medium;
	padding: .3rem;
	border: block;
	background-color:rgb(189, 101, 101);
	border-radius: 13px;
	border-width: 3px;
    font-family: 'Courier New', Courier, monospace;
}

.background{
    background-image: url('img/background.png');
    background-size: cover;
    /*background-repeat: no-repeat ;
    background-color: rgba(255,255,255,0.8);*/
}

.background_2{
    background-image: url('img/background2.png');
    background-size: cover;
    background-repeat: no-repeat ;
    background-color: rgba(255,255,255,0.8);
}

.top-bar{
    height: 5%;
    padding: 5rem 0% 4rem 0%;
    background: rgb(9,47,121);
    background: linear-gradient(90deg, rgba(9,47,121,1) 35%, rgba(0,186,35,1) 100%);
    color: white;
}

.bottom-bar{
    padding-top: 1rem;
    background: rgb(9,47,121);
    background: linear-gradient(90deg, rgba(9,47,121,1) 35%, rgba(0,186,35,1) 100%);
    color: white;
}

.emoji-img{
    max-width: 74%;
    outline: none;
    transition: ease 0.8s;
    border: 0;
    background: inherit;
}
.emoji-img:click{
    outline: none;
    border: none;
}

.emoji-button{
    background: inherit;
}

.emoji-button:hover{
    scale: 1.1;
    transition: transform 0.8s;
}

.emoji-container{
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.401);
}

.redirectButton {
    background-color: #1d4bf4    ;
    color: white;
    padding: 0 1rem 0 1rem;
    width: 8rem;
    height: 3rem;
    border: none;
    border-radius:20px;
    cursor: pointer; 
    font-size: 3rem;
    font-size: 1.5rem;
}

.redirectButton:hover{
    background-color: #393939; 
}

.modal-background{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.551);
}


.badgeContainer{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 4rem;
    justify-content: space-around;
    padding-bottom: 3rem;
}

.badgeExternal{
    max-width: 10rem;
    min-width: 350px;
    height: Auto;
    background-color: rgb(207, 219, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.badgeInternal{
    padding-top: 1rem;
}

.badge-icon{
    background-color: inherit;
    width: 40%;
}

.badge-button{
    background-color: inherit;
    border: 0;
}

.sub-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(29, 215, 91, 0.2);
    backdrop-filter: blur(10px);
    padding: 2rem;
}

.sub-bottom_2{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(9,47,121,1) 35%, rgba(0,186,35,1) 100%);
    padding: 2rem;
    height: 2rem;
}

.bottomBox{
    padding-bottom: 15%;
    padding-top: 1rem;
}


.custom-textbox {
    margin: 2rem;
    width: 50rem;               
    height: 8rem;              
    padding: 1rem;
    border: 2px solid #4CAF50;
    border-radius: 8px;        
    font-size: 16px;           
    outline: none;             
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    columns: 4;
    column-gap: 1rem;
}

  .custom-textbox:focus {
    border-color: #45a049;
    box-shadow: 0 0 8px rgba(72, 209, 204, 0.6);
  }

  .bottomBanner{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1d4bf4;
    height: auto;
    margin-top: 5rem;
    color: white;
    padding:1rem
  }

.mar5{
    margin-top: 3rem;
}

@media (max-width: 800px) {
    .background_2{
        background-image: url('img/background3.png');  
    }

    .custom-textbox{
        width: 20rem;
    }
}