.divbtn{
     display: grid !important;
     width: 200px;
     text-align: center;
     align-content: center;
     cursor: pointer;
}

.form-field{
     display: grid;
}

.divtext{
     max-width: 450px;
     justify-self: center;
     text-align: center;
}

a.navbar-button{
     display: grid;
     align-content: center;
}

.g-recaptcha{
     display: grid;
     justify-content: center;
}

.textlink{
     display: inline !important;
     font-weight: bold;
}

.textlink:hover{
     text-decoration: underline;
}

#applink{
     cursor: pointer;
}

#overlay,
#applinkbox{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
}

#overlay{
     background: #000000;
     opacity: 0.7;
     z-index: 10;
}

#applinkbox{
     z-index: 11;
     align-content: center;
     justify-content: center;
}

#applinkinfo{
     background: #242533;
     color: #ffffff;
     padding: 20px;
     display: grid;
     grid-auto-rows: max-content;
     grid-gap: 20px;
     align-items: center;
     justify-items: center;
     text-align: center;
}