.container { position: relative; width: 14em; top: 15em; display: flex; flex-direction: column; justify-content: space-evenly; align-items: stretch; text-align: center; } span { font-weight: bold; color:ivory; text-align: center; } .bt { width: auto; height: 2em; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(0, 0, 0, 0); color:ivory; font-weight: bold; cursor: pointer; } .Login { float:left; position: relative; left:2em; } .Register { float:right; position: relative; right: 1em; }