body {
background-color: rgb(240, 235, 235);
font-family: arial;
font-size: 15px;
}
.navbar {
background-color: white;
}
.navbar-custom-text1 {
background-color: brown;
color: white;
}
.navbar-custom-text1:hover {
background-color: navy !important;
color: white !important;
}
.navbar-custom-text2 {
background-color: green;
color: white;
}
.navbar-custom-text2:hover {
background-color: navy !important;
color: white !important;
}
.navbar-custom-text3 {
background-color: green;
color: white;
}
.navbar-custom-text3:hover {
background-color: navy !important;
color: white !important;
}
.dropdown-item:hover {
background-color: green !important;
color: white !important;
}
.startbtn {
background-color: #00acee;
border: none;
border-radius: 20px;
color: white;
margin: 7px 7px 7px 7px;
padding: 7px 7px 7px 7px;
font-size: 18px;
}
.startbtn a {
color: white;
text-decoration: none;
}
.startbtn:hover {
background-color: RoyalBlue;
}
input[type="radio"] {
accent-color: green !important; 
}
.bg-white {
background-color: white;
}
.py-6 {
padding-top: 2rem;
padding-bottom: 1rem;
}
