body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
}

header,#rararar {
    background-color: #ff0066;
    width: 100%;
    height: 75px;
    right: 23px;
    top: 40px;
}

h1 {
    margin: 0;
    color: black;
}

#tere{
    color: black;
    font-size: 30px;
}

.logi{
    color: white;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    position: absolute;
    margin-bottom: 20px;
    padding-left: 21px;
    top: 30px;
    right: 60px;
}
.logi:hover {
    color: #ffe591;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
}
#navmenu {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}
#navmenu2{
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}
#navmenu3{
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}
#loginname{
position: absolute;
top: 27px;
right: 230px;
color: white;
    font-size: 30px;}

#regdiv {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 1.5;

}

#Link, idText{
    color: blue;
    text-decoration: none;
}

#lingid2 {
    color: white;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    top: 40px;
}

#lingid2:hover {
    color: #ffe591;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
}


#lingid4 {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    top: 20px;
    right: 52%;
}
#lingid3 {
    position: absolute;
    color: white;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    top: 20px;
    right: 40%;
}

#lingid2:hover, #lingid3:hover, #lingid4:hover {
    color: #ffe591;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
}

#lingid {
    color: #ffe591;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
}

nav a {
    color: #333;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
    display: inline-block;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #ff0066;
    color: #fff;
}

#lisabtn, #Stratbuton, #muudabtn {
    background-color: #ff0066;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin: 0px auto;
    cursor: pointer;
}
.close {
    color: #333;
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.modal-content {
    background-color: #e7e7e7;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #e7e7e7;
    width: 30%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close {
    color: #333;
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #cc0044;
}

#Muuda_joksja {
    color: #ff0066;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input {
    text-align: center;
    width: 40%;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#jkskls {
    background-color: #ff0066;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#jkskls:hover {
    background-color: #cc0044;
}

#jooksjad {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
#jookshadtext{
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    text-align: center;
}
#logo {
    position: absolute;
    bottom: 91%; /* Adjust as needed */
    right: 95%; /* Adjust as needed */
}

#cursor{
    cursor: pointer;
}