/*body {
    margin: 0;
    padding-bottom: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #333;
}

#console{
    display: none;
}

#form {
    background: #888;
    padding: 0.25rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 3rem;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}


.input {
    border: none;
    padding: 0 1rem;
    flex-grow: 1;
    border-radius: 2rem;
    margin: 0.25rem;
}

.input:focus {
    outline: none;
    border: 1px solid #888;
}

.formbutton {
    background: #333;
    border: none;
    padding: 0 1rem;
    margin: 0.25rem;
    border-radius: 3px;
    outline: none;
    color: #fff;
}


#messages {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#messages>li {
    padding: 0.5rem 1rem;
    background-color: #999;
}

#messages>li:nth-child(odd) {
    background: #efefef;
}

#centreBlock{
    width: 500px;
    height: 500px;
    background-color: #555;
    display: block;
    position: absolute;
    top: 50%;
    overflow: hidden;
    text-align: center;
    margin-top: -250px; /* half this element's height */
/*}

.centreForm {
    padding: 0.25rem;
    bottom: 40%;
    left: 0;
    right: 0;
    height: 3rem;
    box-sizing: border-box;
    position: absolute;
}

.loginInput {
    border: none;
    padding: 0 1rem;
    border-radius: 2rem;
    margin: 0.25rem;
    height: 32px;
    width: 63%;
}

.loginInput:focus {
    outline: none;
    border: 1px solid #888;
}

.button {
    background: #333;
    border: none;
    padding: 0 1rem;
    margin: 0.25rem;
    border-radius: 2rem;
    outline: none;
    color: #fff;
    height: 32px;
    width: 70%;
}

#container{
    display: flex;
    justify-content: center;
}

#error{
    display:none;
}

#error>h2{
    color:rgb(221, 165, 165);
}

h1{
    margin-top: 20%;
    color: #ffffff;
}

h2{
    color: rgb(174, 221, 215);
}
*/
.circleBase {
    border-radius: 50%;
}

.circleBase
a:hover{
    color: white;
}

.circle1 {
    width: 75px;
    height: 75px;
    background: #F18C8C;
    border: 1px solid #555;
}

.circle2 {
    width: 75px;
    height: 75px;
    background: #e0e0e0;
    border: 1px solid #555;
}



