.bigbutton {
    width: 200px;

}

.window {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 350px;
    text-align: center;
}

.pb {
    border-radius: 20%;
}

body {
    background-image: url("/img/background.webp");
    background-color: #00007C;
    background-size: cover;

}

.tab-content {
    display: none;
}

.tab-content:first-of-type {
    display: block;
}

#Buttons {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

#mediumtext {
    font-size: large;
}

#friends_container {
    display: flex;
    position: absolute;
    left: 30px
}

.friend {
    margin-left: 9px
}

.friend a {
    margin-left: 4px;
}
.confirm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.badge {
    width: 88px;
    height: 31px;
}

/*HAs to be on the bottom??*/
.hide {
    display: none;
}