.momo-trust-display-regular {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
    background-color: #0B090A;
    color: #FFFFFF;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.light_mode {
    background-color: #FFFFFF;
    color: #0B090A;
}

.content{
    font-family: "Mono Trust Display", sans-serif;
    font-size: 2vh;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
}


.theme-content{
    font-family: "Mono Trust Display", sans-serif;
    font-size: 2vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: right;
}

.theme{
    background: none;
    border: none;
    cursor: pointer;
}

.themeIcon{
    width: 50px;
    height: 50px;
}

.social-media{
    width: 30px;
    height: 30px;
}

.profile{
    width: 150px;
    height: 150px;
}

.container .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container .container a,
.container .container button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}