body {
    background-color: #161e27;
}

#bsky-container {
    display: flex;
    justify-content: start;
}

#bsky-div {
    display: flex;
    flex-direction: column;
    background-color: #23395b;
    width: 400px;
    height: 600px;
    margin-right: 15px;
}

#bsky-login-btn {
    margin: auto;
    padding: 20px;
    background-color: #1185fe;
    border: none;
    border-radius: 25px;
}

#bsky-authed-div {
    display: flex;
    flex-direction: column;
    background-color: #23395b;
    width: 400px;
    height: 600px;
}