.event-creation-form { display: flex; justify-content: center; margin-top: 3rem; text-align: center; margin-left: 0%; margin-right: 0%; } .btn-primary { background-color: black !important; border-color: black !important; --bs-btn-border-radius: 0.6rem !important; padding: 5.5px 135px !important; margin-top: 10px; } .logout { position: absolute; margin-top:30px; margin-right:55px; color:black !important; top: 0; right: 0; width: 100px; text-align: right; } .logout-text { color: white !important; font-size: 17px; font-weight: 500; } input { display: block; width: 20rem; height: 2rem; padding: 0.5rem; font-size: 1.1em; font-weight: 500; margin-bottom: 2rem; border: 0.5px solid gray; border-radius: 0.5rem; } .title { font-size: 28px; font-weight:bold; margin-top: -10%; margin-bottom: -1%; text-align:center; } a:link { text-decoration: none; } /* visited link */ a:visited { text-decoration: none; } /* mouse over link */ a:hover { text-decoration: none; } /* selected link */ a:active { text-decoration: none; }