2023-12-23 17:21:42 -06:00
|
|
|
.titleContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-12-23 20:33:25 -06:00
|
|
|
padding-left: 6%;
|
|
|
|
padding-right: 6%;
|
2024-02-11 16:26:33 -06:00
|
|
|
cursor: pointer;
|
2023-12-23 17:21:42 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
2024-09-11 16:48:56 -05:00
|
|
|
border-radius: 50%;
|
2023-12-23 17:21:42 -06:00
|
|
|
margin-right: 8px;
|
2024-09-11 16:48:56 -05:00
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
2023-12-23 17:21:42 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2023-12-25 10:13:42 -06:00
|
|
|
color: ghostwhite;
|
2023-12-23 17:21:42 -06:00
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|