@import "Satoshi/Fonts/WEB/css/satoshi.css";

.inter_font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
}

::selection {
    background-color: rgb(255, 81, 185);
}
h1 {
    font-family: "Inter";
    font-weight: 350;
    font-size: 50px;
    text-align: center;
}
h2 {
    font-family: "Satoshi-Regular";
    font-size: 35px;
    text-align: left;
    margin-top: 0;
    width: 265px;
}
h2 .name {
    display: none;
    letter-spacing: 3.375px;
}
h2:hover .user{
    display: none;
}
h2:hover .name {
    display: inline;
    background-color: rgb(255, 240, 30);
}
h3 {
    font-family: "Satoshi-LightItalic";
    font-size: 18px;
    margin-bottom: 0;
}
a {
    color: black;
    text-decoration: none;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: rgb(116, 33, 179);
}
a:active {
    color: lightblue;
}
.one_class {
    background-color: none;

    position: relative;
    margin-top: 15%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 25%;
}
