41 lines
791 B
CSS
41 lines
791 B
CSS
.main-head-box {
|
|
border-radius: 8px;
|
|
border: 1px solid #6dd6f4;
|
|
background-color: rgb(92, 0 91);
|
|
display: flex;
|
|
}
|
|
|
|
.main-head-subbox-right {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-right: 34px;
|
|
width: 50%;
|
|
}
|
|
|
|
.main-head-subbox-left {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
margin-left: 34px;
|
|
width: 50%;
|
|
}
|
|
|
|
.main-head {
|
|
font-size: 5rem;
|
|
color: #6dd6f4;
|
|
margin: 6px 0px 24px 22px;
|
|
font-family: "Sulphur Point", sans-serif;
|
|
font-weight: 500;
|
|
letter-spacing: 4px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.material-symbols-outlined {
|
|
margin: 13px 74px 0px 0px;
|
|
font-size: 82px;
|
|
color: #6dd6f4;
|
|
font-variation-settings:
|
|
'FILL' 0,
|
|
'wght' 300,
|
|
'GRAD' 0,
|
|
'opsz' 24
|
|
} |