main {
    margin-top: 90px;
}

body {
    background-color: #2e3440;
    color: #eceff4;
}

.btn {
    background-color: #5e81ac;
}

a {
    color: #e78fb3;
}


.button_pink {
    background-color: #eebbc3;
    color: #121629;
    border-radius: 15px;
    margin-right: 5px;
}

.button_blue {
    background-color: #b8c1ec;
    color: #121629;
    border-radius: 15px;
    margin-right: 7px;
}

.button_green {
    background-color: #72d370;
    color: #122915;
    border-radius: 15px;
    margin-right: 7px;
}