
/* 17.12.25 - made pc version and started the phone version of style*/
/*Yekateryna Kolesnyk INFO f-13 17.12.25 - 08.01.25*/
img#header{
    width: 10%;
    height: 10%;
}
header{
    background-color: black;
    display: flex;
    
    
}
#onpage{
    color: rgb(255, 0, 0);
}
a{
    color: rgb(0, 255, 98);
    
}
nav{
    background-color: black;
    display: flex;  
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    

}
body{
    background-color: rgb(0, 0, 0);
}
*{
    color : rgb(97, 172, 107);
    margin: 10px;
}
nav :hover{
    color: rgb(56, 177, 20);
}
video{
    width: 100%;
   min-width: 400px;
}
.container{
    display: flex;
}
main{
    size: 100%;
}
aside{
    width: 50%;
}
p{
    font-size: 120%;
}
@media screen and (max-width: 1300px){
    .container{
        display: flex;
        flex-direction: column;
        
    }
    aside{
        width: 100%;
    }
    
    
}