You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
805 B

body {
background-color: #36454F;
color: white;
margin: 0;
font-family: Arial, sans-serif;
overflow: hidden;
}
.title {
font-size: 4em;
text-align: center;
margin-top: 20%;
}
.subtitle {
font-size: 2,5em;
text-align: center;
margin-top: 3%;
}
.dicover_me_button {
display: block;
margin: 20px auto;
padding: 10px 20px;
background-color: white;
color: #36454F;
border: none;
border-radius: 25px;
font-size: 2em;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48;
margin-left: 5px;
}
.dicover_me_button:hover {
background-color: #cccccc;
}