
        header
        {
            display: flex;    
            justify-content: space-between;
            margin-bottom: 100px;      
            background-color: #ffffff;
            border: 1px solid white;
            padding: 30px;
            align-content: center;
            position: sticky;
            top: 0;
            border-radius: 10px;
        }
        header a
        {
            text-decoration: none;
            background-color: white;
            border-radius: 10px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 30px;
            font-family: Segoe UI;
            color: #340f6b;
        }
        nav{
            color:#340f6b;
            font-weight: 400;
            align-content: center;
            border-radius: 5px;
            word-spacing: 10px;
        }
        nav a 
        { 
            font-family: Segoe UI;
            text-decoration: none;
            transition: all 0.5s;
            align-content: center;
        }
        nav a:hover{
            color: white;
            background-color: #080447;
            border-radius: 10px;
            
        }
        .logo{
            transition: all 0.8s;
            font-weight: bold;
            font-size: 35px;
        }
        .logo:hover
        {
           color: white;
            background-color: black;
        }
        
        body {
                margin-bottom: auto;
                min-height: 5000px;
            
            }
        main {
            margin: 10px auto;
            max-width: 820px;
            line-height: 1.6;
            color: #111;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 30px;
            
            
        }
        h1
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            padding: 10px;
            color: #080447;
            letter-spacing: 8px;
            font-size: 80px;
            font-weight: 900;
            transition: all 1s;
            align-content: center;
            background-color: white;
            border-radius: 5px;
            margin-bottom: 60px;
        }
        h1:hover{
            letter-spacing: 100px;
            color: white;
            background-color: #080447;
            border-radius: 30px;
            text-decoration: underline;
        }
        h2 {
            scroll-margin-top: 120px;
            margin-top: 35px;
            color: #340f6b;
            letter-spacing: 1px;
            margin-bottom: 40px;
            transition: all 0.8s;
        }
        h2:hover{
            letter-spacing: 3px;
            color: #2119a6;
        }

        time {
            color: #6e6e6e;
            letter-spacing: 1.5px;
            font-weight: 200;
            }
        strong
        {
            color:#080447;
            transition: all 0.5s;
        }
        strong:hover
        {   
          color:#2119a6;
        }
