html{
    font-family: Verdana;
    font-size: 24px;
    color: rgb(0, 217, 217);
}
li{
    flex-grow: 1;
    list-style: none;
    text-align: center;
}
a{
    color: white;
    text-decoration: none;
}
.Maingrid{
    max-width: auto;
    max-height: auto;
    display: grid;
}
.Head{
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url("Cat1.png");
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0, 0.5);
    background-repeat: no-repeat;
}
.Menu{
    width: inherit;
    height: 15vh;
    padding: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.Menu a:hover{
    color: rgb(150, 0, 125);
}
#logo{
    height: 100px;
}
.Links{
    width: 40vw;
    display: flex;
    flex-direction: row;
    padding: 10px;
}
.Banner{
    max-width: 40%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    flex-grow:1;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.Banner p{
    padding:25px 0;
}
.Button{
    width: 100%;
    margin:0 auto;
    padding:15px 50px;
    background-color: rgb(98, 0, 211);
}
.Button:hover{
    box-shadow: inset 0 0 0 10% rgba(0,0,0, 0.3);
}
.Content{
    display: grid;
    margin:50px auto;
    padding: 100px;
}
#ShortRev{
    text-align: center;
    color: black;
}
.Categories{
    height: 300px;
    width: 600px;
    background-size: cover;
    box-shadow: inset 0 0 0 600px rgba(0,0,0, 0.5);
}
.Categories:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
.MyAdvice{ 
    background-image: url("Cat4.png");
    background-size: cover;
}
.About-me{
    background-image: url("Cat2.png");
    background-size: cover;
}
.My-contacts{
    background-image: url("Cat5.png");
    background-size: cover;
}
.Social-networks{
    background-image: url("Cat6.png");
    background-size: cover;
}