@font-face {
    src: url("../Font/Manrope.ttf");
    font-family: Manrope;
}

body {
    background: var(--body-color);
    margin: 0 auto;
    color: var(--font-color);
    transition: 1s;
    font-family: Manrope;
}
button:hover{
    cursor: pointer;
}
#Cont{
    cursor: pointer;
}
.menu {
    margin-top: 0;
    margin-left: 0;
    display: inline-flex;
    width: 100vw;
    height: 10vh;
    color: var(--font-color);
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--font-color);
}

.MBlock {
    border-right: 1px solid var(--font-color);
    width: 25vw;
}
.MBlock:hover #LogoText{
    cursor: pointer;
    transition: 1s;
    fill: url(#gradient) ;
}
#LogoText{
    fill: var(--font-color);
    transition: 1s;
}

.MBlock2 {
    border-left: 1px solid var(--font-color);
    width: 25vw;
}

.MenuS {
    height: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.MenuBut {
    height: 100%;
    width: 12rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--font-color);
}

.Square {
    height: 4rem;
    width: 4rem;
    border: none;
    transition: 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 1rem;
    border: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--accent1-color), var(--accent2-color));
    border-image-slice: 1;*/
    /*        border-bottom: 2px solid var(--accent1-color);
    border-top: 2px solid var(--accent1-color);
    border-left: 2px solid var(--accent2-color);
    border-right: 2px solid var(--accent2-color);*/
}

#Cont{
    flex-wrap: wrap;
}
.ContBlock{
    display: none;
    z-index: 100;
    width: 4rem;
    margin-top: 0.5rem;
    background: var(--body-color);
    /*background-image: linear-gradient(to top, var(--accent1-color), var(--accent2-color));*/
}
#ButtonTeme{
    transform: rotate(180deg);
}
.SocNet{
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    background: none;
    border: none;
}
.MBlock {
    justify-content: center;
}

.Page:hover {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--accent1-color), var(--accent2-color));
    border-image-slice: 1;
    background: linear-gradient(90deg, var(--accent1-color), var(--accent2-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}

.Active {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--accent1-color), var(--accent2-color));
    border-image-slice: 1;
    background: linear-gradient(90deg, var(--accent1-color), var(--accent2-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fcfcfc;
}
