@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: 'Times New Roman', Times, serif;
    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: 25px;
    line-height: 100px;
    font-weight: 600;
}

a{
    text-decoration: none;
    color: rgb(250, 22, 22);
}

.sponsors__heading {
    color: rgb(194, 4, 4);
    display: flex;
    justify-content: center;
    font-size: 48px;
    font-family: 'Times New Roman', Times, serif;
    align-items: center;
}

.sponsors__msi {
    margin: 0% 5% 0px 5%;
}

.sponsors__logo {
    display: flex;
}

.sponsors__logo:first-child {
    border-bottom: 1px solid grey;
}

.logo img{
    height: 220px;
    width: 300px;
}

.logo {
    padding: 30px 66px;
}

.logo:not(.logo:last-child) {
    border-right: 1px solid grey;
}
