.container{
    background-color: white;
    min-height: 20vh;
    width: 100%;
}
*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 30px;
}
.text{
    background-color: rgb(212, 96, 19);
    height: 40px;
    color: rgb(255, 255, 255);

}
.logo{
    height: 100px;
    width: 100px;
}
.h2{
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    background-color: #ffffff;
}
.p{
    font-size: 25px;
    margin-right: 10px;
    text-align: right;
    background-color: #ffffff;



}
ul li{
    display: inline-block;
    list-style: none;
}
ul li a{
    color: black;
    margin: 10px;
    font-weight: bold;
    text-decoration: green;
    font-family:Arial, Helvetica, sans-serif;


}
header{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    align-items: center;
    padding: 10px;
}
.con{
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
margin: auto;
}
.quotes {
    margin-bottom: 30px;
}

.quote {
    margin-bottom: 20px;
    padding: 10px;
    border-right: 5px solid #007bff;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.quote p {
    font-size: 18px;
    font-style: italic;
    color: #333;
    text-align: right;
}

.quote span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #777;
    text-align: right;
}

.tips {
    text-align: center;
}

.tips h2 {
    margin-bottom: 10px;
    color: #333;
}

.tips ul {
    padding-left: 20px;
    list-style-type: circle;
}

.tips li {
    margin-bottom: 10px;
    color: #555;
}
.quotes h1{
    text-align: center;
    font-size: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
}