@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html{
    font-family: 'Montserrat', sans-serif;
    background-color: #181A28;
    color: #fff;
}
body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    background-color: #181A28;
}
nav {
    background-color: #0F0A1A;
    min-height: 50px;
    position: relative;
    z-index: 3;
    color: #fff;
}

.welcomeBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background-image: url("recoloredPoseidon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-bottom: 1px solid #D6B700;
    border-top: 1px solid #D6B700;
    overflow: hidden;
}
.container {
    background-color: #181A28;
    width: 100%;
}
.proxyPlansText {
    color: #fff;
    padding-top: 4vh;
    padding-bottom: 1vh;
}
.col {
    background-color: #181A28;
}
.card {
    background-color: #181A28;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
}
.btn {
    position:relative;
    bottom: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}
.success {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}