.meny{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 250px auto;
    max-width: 50%;
    padding: 20px;
    background-color: lightsteelblue;
    border-radius: 20px;
    box-shadow: gray  2px 2px 2px 2px;
}
button{
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background-color: #0033ff;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

button:hover{
    background-color: #001a99;
    transform: scale(1.05);
    transition: transform 0.2s, background-color 0.5s;    
}
button:active{
    background-color: #000d66;
    transform: scale(0.95); 
}
.meny ul{
    display: flex;
    justify-content: center;
    justify-items: row;
    list-style-type:none;
    padding: 0;
}

.meny p{
    font-size: 25px;
    font-weight: bold;
}

.meny form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.meny input{
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #001a99;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

header{
    background-color: #0033ff;
    padding: 20px;
    text-align: center;
    font-size: 25px;
}

body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: snow;
    margin: 0;
    padding: 0;
    
}
body.darkmode{
   background-image: linear-gradient(rgb(25, 11, 94), rgb(0, 0, 0), rgb(9, 9, 145));    
   color: rgb(0, 0, 0);
}

h2{
margin-bottom: 5px;}

p{
    margin-top: 5px;
}

main.salar{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 250px auto;
    max-width: 50%;
    padding: 20px;
    background-color: lightsteelblue;
    border-radius: 20px;
    box-shadow: gray  2px 2px 2px 2px;
}

.salar form{
    display: flex;
    flex-direction: row;
    align-self:row;
    flex-wrap: wrap;
    justify-content: center;
}

.g_id_signin{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.g_id_signin:hover{
    transform: scale(1.05);  
    transition: transform 0.2s, background-color 0.5s;
}

.g_id_signin:active{
    transform: scale(0.95);

}
p1{
    color: green;
    font-weight: bold;
    margin: 5px;
}
p2{
    color: red;
    font-weight: bold;
    margin: 5px;
}
p3{
    color: yellow;
    font-weight: bold;
    margin: 5px;
}
p4{
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 5px;
}
