@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:ital@1&family=Playfair+Display:ital@1&family=Roboto:ital,wght@1,700&display=swap');
body {
    font-family: 'Roboto';
    background-image: url(images/bgc.png);
    background-size: contain;
    background-position: left top;
}
.div {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}
.main {
    background-image: url(images/kompiuter-monitor-sistemnik-naushniki-mysh.jpg);
    background-size: cover;
    width: 100%;

}

.main__navigation {
    width: 100%;
    display: flex;
    border-radius: 10px;
    }

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100px;
}

.navigation__links p:hover{
    color: gray;
}

.navigation__links {
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: space-between;
    width: 80%;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.option{
    margin-top: 3%;
    margin-right: 22%;
    display: flex;
    justify-content: center;
}

.two_images{
    display: flex;
    align-items: center;
    margin-right: 10%;
    margin-bottom: 5.4%;
}

.first a:hover{
    color: red;
}
.first a{
    text-decoration: none;
    color: black;
}
.first{
    margin-left:3%;
    margin-bottom: 8%;
    color: black;
}
.second img{
    width: 36.9%;
    margin-left: 35%;
    transform: translate(-100%, 0);
    animation: anima1 linear 1s forwards;
}

.third a{
    text-decoration: none;
    color: black;
}

.third a:hover{
    color: red;
}

.third{
    margin-left:3%;
    margin-bottom: 14%;
}
@keyframes anima1{
    0%{
        
    }
    100%{
        transform: translate(0,0);
    }
}
.option h1{
    color: red;
    margin-left: 26%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a{
    text-decoration: none;
}
.navigation__links p{
    font-size: 22px;
    color: red;
  }

.information{
    width: 100%;
    color: black;
    font-size: 16.5px;
    font-weight: 600;
    top: 50%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 20%;
    display: flex;
    background: gray;

}

