* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 22px; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(179, 214, 235);
    line-height: 44px;
    background-color: rgb(38, 24, 90);
    margin-left: 20px;
    
}

#link {
    color:hwb(258 1% 42%);
    font-size: 15px;
    top: -50px;
    font-family:'Courier New', Courier, monospace;
    display: inline-block;
    background-color: hwb(258 31% 16%);
    padding: 2px 5px;
    border-radius: 10px;
    box-shadow:  2px 4px 10px hwb(258 2% 69%);
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    
}
    #link:hover {
        color: hwb(258 31% 16%);
        background-color: hwb(258 1% 42%);
    }

header {
    width: 100%;
    background-color: black;
    padding: 20px;
    position: fixed;
    left: -0px;
}   

header div {
    width: 100px;
    }

#title {
    margin-bottom: 200px;
}

