html {
    background-color: #151842;
}

body {
    background: radial-gradient(circle, #1C235A 0%, #151842 100%);
    color: white;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-variant-numeric: tabular-nums;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    padding: 30px 15px;
    min-height: 100vh;
}

.container {
    max-width: 900px;
    margin-top: 20px;
}

h1,
h2,
h3 {
    color: #fff8e1;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-variant-numeric: tabular-nums;
    font-optical-sizing: auto;
}

h1 {
    margin-top: 60px;
}

h2 {
    margin-top: 50px;
}

h3 {
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
}

.top-menu {
    position: sticky;
    top: 20px;
    left: calc(50% - 140px);
    width: 280px;
}

.top-menu ul {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style-type: none;
    border-radius: 12px;
    background-color: #161944;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.top-menu li {
    display: flex;
    justify-content: center;
    width: 50%;
    text-align: center;
}

.top-menu li.active {
    background-color: rgba(0, 0, 0, 0.2);
}

.top-menu li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.top-menu li a {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 10px 50px;
    text-decoration: none;
}

/* Twitter Feed */
.twitter-timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-decoration: none;
}

.twitter-timeline>iframe {
    width: 100% !important;
}

.loader {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px;
}