@font-face {
    font-family: header_font;
    src: url(../fonts/VT323-Regular.ttf);
}

body {
    background-image: url(../images/map_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(0, 0, 4);
}

.google-login-button{
    width: 6em;
    aspect-ratio: 4/1;
    background: url("../../static/images/googleButton.png") no-repeat;
    background-position: 0% 0%;
    background-size: 100% 200%;
    cursor:pointer;
    margin:auto;

}
.google-login-button:hover{
    background-position: 0% 100%;
    
}

#cca_name {
    width: 30%;
    height: auto;
    margin-left: 33%;
}

.social-media {
    width: 20%;
    cursor: pointer;
    margin: 2rem;
}

.content {
    height: 100%;
    width: 100%;
}

.centre_box {
    font-family: header_font;
    background-color: rgba(52, 58, 64, 0.9);
    color: white;
    font-size: 250%;
    height: 100%;
    width: 62%;
    margin-bottom: 0px;
}

.header {
    font-size:200%;
}

button, a {
    border: 2px solid transparent;
    font-family: header_font;
    color: white;
    font-size: 150%;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    margin: 0.2rem;
}

button:hover, a:hover {
    border: 2px solid white;
    background-color: black;
    border-radius: 5px;
}

.error_msg {
    color: #ff3131;
    font-size: 1.5rem;
    text-align: center;
}