/*font google linkP*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&family=Roboto+Condensed:wght@700&family=Roboto+Mono:wght@700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

body{
    background-color: black;
}

#logo{
    width: 100px;
    
}
header{
    border-bottom: 1px solid red;
}

#flag{
    width: 80px!important;
}

ul li a:hover{
    color: red!important;
}





footer{
    border-top: 1px solid red;
    
}