body {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-style: Bold;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("mountains.png");
    background-position: 50% 20%;
    filter: blur(2px);
    z-index: -1;
}

.topnav {
    background-color: white;
    background-color: 5;
    display: flex;
    text-align: center; 
    padding: 4vw; 
    font-size: 3vw;
    color: black;
    justify-content: center;
    align-items: center;
}

.topnav a {
    margin: 0 4vw;
}

.header {
    text-align: center;
    color: white;
    font-size: 4vw;
    margin: 0;
    padding: 0;
    text-shadow: 
        -3px -3px black,
       3px -3px black,
        -3px  3px black,
         3px  3px black,
        -3px  0px black,
         3px  0px black,
         0px  3px black,
         0px -3px black;
}

.infotext {
    text-align: center;
    font-size: 4vw;
    color: white;
    padding: 0;
    margin: 0;
    text-shadow: 
        -1px -1px black,
         1px -1px black,
        -1px  1px black,
         1px  1px black;
}

.textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5vw;
}

.textbox #input {
    font-size: 5vw;
    padding: 10px;
    width: 45vw;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}

.permission {
    display: flex;
    justify-content: center;
    align-items: center;
}

.permission #button {
    color: white;
    background: linear-gradient(to right, #bc4df2, #4df2f2);
    padding: 3vw 4vw;
    width: 52vw;
    border-radius: 2vw;
    border: 1vw solid black;
    cursor: pointer;
    font-size: 4vw;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-style: Bold;
    text-shadow: 
        -1px -1px black,
         1px -1px black,
        -1px  1px black,
         1px  1px black;
}

.coordinates {
    color: white;
    font-size: 2vw;
    display: grid;
    gap: 0;
    justify-content: center;
    align-items: center;
    text-shadow: 
        -1px -1px black,
         1px -1px black,
        -1px  1px black,
         1px  1px black;
}

.canvas {
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas #canvas {
    border: 5px solid black;
    border-radius: 50%;
    background-image: url("map.jpg");
    background-position: 30% 30%;
}

.form_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.request_card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: solid;
    width: 90%;
    height: 5vh;
    margin-top: 2vmin;
}

.request_conatiner {
    border:solid;
    width:30vmin;
    height: 40vmin;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.request_button {
    height: 70%;
    width: 10%;
    border: solid;
    border-radius: 10vmin;
    display: flex;
    justify-content: center;
    align-items: center;
}

.friend_request_textbox {
    width: 60%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;

}
