.container { margin-left: 200px; margin-right: 200px; display: flex; flex-direction: column; justify-content: center; margin-top: 100px; } button { background-color: #3A98B9; border: none; padding: 5px; height: 50px; margin: 5px; border-radius: 5px; color: #FFF1DC; font-weight: normal; font-size: large; } h3{ color: rgba(27, 39, 107, 0.8); } a{ cursor: pointer; } span{ color: #3A98B9; }