body{
    background-color: white;
    font-family:'Courier New', Courier, monospace;
    text-align: center;

}
.button{
    background-color: #26282E;
    color: white; 
    border: none;
    padding: 10px 20px; 
    font-size: 20px;
    border-radius: 80px; 
    width: 400px; 
    height: 200px;
    margin-top: 30%;
   
}
.button a {
    color: white;
}
.bigtext{
    font-size: 70px;
    margin-top: 5%;
    
}
.logintext{
    font-size: 70px;
    margin-top: 35%;
}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 25%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    margin-top: 35%;
}

.back-arrow {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    cursor: pointer;
    
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}


.login-text {
    margin-bottom: 15px;
}

.login-text a {
    text-decoration: none;
    color: #007BFF;
}

form {
    display: flex;
    flex-direction: column;
    
}


label {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
}

input, select {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.signup-btn {
    background-color: #26282E;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.signup-btn:hover {
    background-color: #333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page3 {
    font-family: Arial, sans-serif;
    background-color: #333;
    color: white;
}

.container3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-image: url("depositphotos_46266283-stock-photo-safety-first-message-on-the.jpg");
    background-size: cover;
    background-position: center; /* of gebruik een percentage zoals '25% 50%' */
    background-size: cover;
}

.header3 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    left: 40px;
}
.Background{
    width: 100%;
    height: auto;
    position: relative;
}

.back-arrow3 {
    font-size: 24px;
    cursor: pointer;   
}

.settings-icon3 {
    font-size: 24px;
    cursor: pointer;
}

.about-section3 {
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    margin-top: 5%;
}

.about-section3 h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-section3 p {
    font-size: 18px;
    line-height: 1.6;
}

.footer3 {
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

.footer-icon3 {
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.map {
    font-family: Arial, sans-serif;
    background-color: #333;
    background-image: url("map.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    color: white;
}
.button2{
    background-color: #26282E;
    color: white; 
    border: none;
    padding: 10px 20px; 
    font-size: 20px;
    border-radius: 70px; 
    width: 300px; 
    height: 150px;
    margin-top: 180%;
   
}
.back-arrowMap {
    font-size: 80px;
    cursor: pointer;   
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
    color: black;
}

.Warningpage {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    left: 40px;
}

.back-arrow5 {
    font-size: 24px;
    cursor: pointer;
}
.button3{
    background-color: #26282E;
    color: white; 
    border: none;
    padding: 10px 20px; 
    font-size: 20px;
    border-radius: 50px; 
    width: 200px; 
    height: 100px;
    margin-top: 60%;
   
}
h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.warning-list {
    list-style-type: none;
    padding: 0;
    margin-top: 30%;
}

.warning-list li {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bell {
    font-size: 24px;
    color: black;
}

.active {
    color: black;
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    background-color: #f9f9f9;
    color: black;
}

.container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.back-arrow {
    font-size: 24px;
    cursor: pointer;
}

h1 {
    font-size: 24px;
    margin: 0;
}

.edit-icon {
    font-size: 20px;
    cursor: pointer;
}

.profile-pic-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.profile-pic {
    position: relative;
    display: inline-block;
}

.profile-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid black;
}

.edit-pic {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid black;
    cursor: pointer;
}

.tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tab {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid black;
    cursor: pointer;
    background-color: #f0f0f0;
}

.tab.active {
    background-color: #26282E;
    color: white;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 16px;
}

.save-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color:#26282E;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}
