header {
    position: relative;
    display: flex;
    align-items: center; 
    background-color: black;
    width: 1920x; 
    height: 80px;
    border-style: solid; 
    border-color: #F50505;
    border-top: 15px solid #F50505; 
    border-left: 5px solid #F50505; 
    border-right: 5px solid #F50505; 
    border-bottom: none; 
    padding: 0 10px; 
    overflow: hidden;
}

#logo {
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 200px; 
}

#menu {
    margin-right: 10px; 
    width: 50px; 
}

#login {
    margin-left: auto; 
    margin-right: 30px;
    width: 60px;
}

.text {
    display: flex;
    align-items: center; 
    margin-left: 40px;
}

.text a {
    margin: 0 15px;
    color: white;
    font-family: Inter;
    font-size: 40px;
}