* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navsection {
    display: flex;
}
.navsection p {
    font-size: 1rem;
}
.navsection h1 {
    margin-left: 1%;

}
.navsection a {
margin-left: 7%;
text-decoration: none;
color: black;
}
.navsection button {
    margin-left: 16%;
    width: 160px;
    background-color: purple;
}
.navsection input {
    margin-left: 5%;
    height: 30px;
   

}
button b { 
  color: yellow;
}
button p {
    color: white;
}
.section3 {
    text-align: center;
    justify-content: space-evenly;
}
.card {
    display: inline-block;
    text-align: center;
    align-items: center;
    margin-left: 5%;
}
.card h2 {
    color: purple;
}
.section3 {
    
   color: black;
   

}
 
.lastsec1 p {
  margin-right: 90%;
 
}
.last2 {
    margin-right: 50%;
   
}
.footer {
    display: flex;
}
.section3 h3 {
background-color: purple;
color: white;
height: 80px;

}
.fotsec {
    height: 0;
  display: flex;
    margin-right: 90%;
    margin-left: 100px;
}
.fotsec2 {
    height: 0;
   display: flex;
   margin-left: 500%;
}
.fotsec p{
font-size: 1rem;
}
.fotsec2 p {
    font-size: 1rem;
}
.fotsec3 {
    margin-left: 500%;
}