
header{
    background-color:#3B3B3B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: white;
}

header a{
    text-decoration: none;
    color: white;
}

body{
    margin: 0%;
}

header input{
    border-radius: 200px;
    padding: 3px;
    
}


main h2{
    color: white;
}

main{
    background-color:#475751 ;
    padding: 15px;
   
}

.button1{
    background-color: rgb(17, 197, 17);
    padding: 18px;
    border-radius: 15px;

}

.button3{
    background-color: #26ACFF;
    padding: 18px;
    border-radius: 15px;
}

main a {
    text-decoration: none;
    color: white;
}

.button2{
    background-color: rgb(206, 27, 27);
    padding: 18px;
    border-radius: 15px;
    
}

.Dem1{
    background-color: #3B3B3B;
    width: 98%;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

main img{
    width: 75px;
    border-radius: 50px;
}

.right{
    display: flex;
    gap: 15px;
    margin-right: 75px;
}

.Dem2{
    background-color: #3B3B3B;
    width: 98%;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
   
}

.Dem3{
    background-color: #3B3B3B;
    width: 98%;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    background-color:#3B3B3B;
}

footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: white;
}


.prefooter img{
    width: 75px;
}


.prefooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.Dem1 p{
    color: #9a9494;
}

.Dem2 P{
    color: #9a9494;
}

.Dem3{
    color: #9a9494; 
}
