*, *::after, *::before {box-sizing: border-box;}

body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(8, 8, 8);
    color: white;
}

header{
    background-color: rgb(231, 94, 117);
    display: flex;
    justify-content: space-between;
    align-items: center;
}