@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin:0px;
}
li{
    margin:0;
    list-style-type:none;
    margin-bottom:5px;
}

header{
    background: url('head_logo.svg') no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    width: 100%;
    color: white;
    font-family: 'Inter';
    background-color: #0754AA;
    height: 200px;
}
h3{
    margin:0;
    position: relative;
    top:20px;
    margin-bottom: 50px;
    left: 20px;
    font-size: 30px;
}
nav{
    padding-top: 70px;
    list-style-type:none;
    position: relative;
    left: 30px;
    font-size: 20px;
    
}
.main{
    
    background-size: 50%;
    height: 680px;

    width: 100%;
    background-repeat: no-repeat;

}