@font-face {
    font-family: sans;
    src: url(Resources/Font/InriaSerif-Regular.ttf);
}
body{
    height: 100vh;
    background-color: rgba(68, 68, 68, 1);
    margin: 0;
    padding: 0;
    display: grid;
}
#header{
    width: 100%;
    height: 13vh;
    background-color: rgba(175, 175, 175, 1);
    border-radius: 0 0 2vh 2vh;
    box-shadow: 10px 8px 5px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}
#logo{
    max-height: 13vh;
}
#Scientia{
    font-size: 10vh;
    font-family: sans;
    user-select: none;
    width: 65vw;
    max-height: 13vh;
}
#search{
    width: 20vw;
    height: 7vh;
    background-color: rgba(52, 48, 48, 1);
    border-radius: 3vh;
    box-shadow: 0.5vw 0.8vh 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
}
#значок{
    height: 6vh;
    margin-top: 0.5vh;
    margin-right: 1vw;
}
#Search{
    margin: 0;
    font-size: 4vh;
    color:rgba(175, 175, 175, 1);
    margin: auto;
    font-family: sans;
    text-decoration: underline;
    user-select: none;
}
#windown{
    width: 90vw;
    height: auto;
    justify-self: center;
    background-color: rgba(175, 175, 175, 1);
    border-radius: 3vh;
    margin-bottom:5vh;
    box-shadow: 10px 8px 4px rgba(0, 0, 0, 0.25),-10px 8px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#describe{
    width: 80vw;
    height: auto;
    background-color: rgba(161, 161, 161, 1);
    border-radius: 3vh;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25),-5px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 5vh;
}
#describeT{
    margin: 0;
    width: 74vw;
    padding-left: 3vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 5vh; 
}
#create{
    width: 80vw;
    height: auto;
    background-color: rgba(161, 161, 161, 1);
    border-radius: 3vh;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25),-5px 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    margin-top: 5vh;
}
#createT{
    margin: 0;
    width: 74vw;
    padding-left: 3vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 5vh;
}
#button{
    width: 20vw;
    height: 10vh;
    background-color: rgba(52, 48, 48, 1);
    margin-left: 30vw;
    margin-bottom: 2vh;
    border-radius: 3vh;
    display: grid;
    box-shadow: 0.3vw 0.5vh 4px rgba(0, 0, 0, 0.25);
}
#add{
    font-size: 5vh;
    margin: 0;
    margin: auto;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    user-select: none;
    color: rgba(175, 175, 175, 1);
}
#addlogo{
    display: none;
}














@media (max-width:992px){
    #search{
        background: rgba(52, 48, 48, 1);
        border-radius: 50%;
        box-shadow: 0.5vw 0.5vh 4px rgba(0, 0, 0, 0.25);
        height: 7em;
        width: 7em;
        display: flex;
        margin-right: 2em;
    }
    #Scientia{  
        font-size: 15vw;
    }
    #значок{
        height: 3vh;
        margin: auto;
        
    }
    #Search{
        display: none;
    }
    #describeT{
        font-size: 3em;
    }
    #createT{
        font-size: 3em;
    }
    #add{
        display: none;
    }
    #addlogo{
        display: block;
        width: 15vw;
        margin: auto;
    }
    #logo{
        width: 15em;
        height: auto;
    }
}