Newer
Older
p{
color:white;
}
input{
font-family: 'Poppins', sans-serif;
}
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(49, 117, 121);
color: rgb(255, 255, 255);
flex-wrap: wrap; /* Add flex-wrap property to allow text to wrap */
}
.Header p{
margin: 0;
width: 90%;
font-size: 110%;
}
.Header h1{
margin: 0;
color: rgb(255, 240, 153);
font-size: 350%;
}
color: rgb(67, 1, 128);
font-size: 35px;
margin:0;
display: flex;
justify-content: center;
align-items: center;
}
width: 500px; /* set width of image container */
height: 500px; /* set height of image container */
border-radius: 50%; /* make image container circular */
overflow: hidden;
display: flex; /* Add display flex to center image vertically */
align-items: center; /* Center image vertically */
justify-content: center; /* Center image horizontally */
height: 100%;
width: 100%;
object-fit: cover;
}
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
width: 40%;
}
.Header2{
height: 60vh;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap; /* Add flex-wrap property to allow text to wrap */
}
.card {
flex: 1;
margin: 0 45px;
max-width: 400px;
aspect-ratio: 1/1; /* Set aspect ratio to 1:1 */
border-radius: 10px;
box-shadow: 0 8px 13px 0 rgba(41, 41, 43, 0.548);
text-align: center;
}
.list{
list-style: none;
padding: 0;
margin: 0;
color: rgb(255, 255, 255);
.item{
margin-top: 30px;
margin-bottom: 15px;
}
min-height: 35vh;
margin: auto;
width: 50vw;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
background: linear-gradient(135deg,rgb(48, 51, 51),rgb(36, 44, 44),0 );
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 10px;
box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.2);
}
border: none;
background-color: rgb(11, 58, 58);
width: 300px;
height: 30px;
color: aliceblue;
outline: none;
margin: 10px;
margin-top: 15px;
}
border: none;
background-color: rgb(11, 58, 58);
width: 1000px;
height: 200px;
color: aliceblue;
outline: none;
margin: 10px;
}
background: rgb(150, 172, 110);
color: white;
font-weight: bold;
border: none;
width: 100px;
height: 40px;
margin-left: 15px;
margin-bottom: 5px;
font-family: 'Poppins', sans-serif;
border-radius: 5px;
}
min-height: 35vh;
margin: auto;
margin-top: 30px;
width: 50vw;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
background: linear-gradient(135deg,rgb(48, 51, 51),rgb(36, 44, 44),0 );
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 10px;
box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.2);
}