    @font-face {
        font-family: "Silkscreen";
        src: url(Fonts/Silkscreen-Bold.ttf);
    }
    @font-face {
        font-family: "SplineSans";
        src: url(Fonts/SplineSans-Regular.ttf);
    }
    @font-face {
        font-family: "SplineSansBold";
        src: url(Fonts/SplineSans-Bold.ttf);
    }
    ::-webkit-scrollbar {
        width: 10px;
        height: 0px;
    }
    ::-webkit-scrollbar-track {
        background: rgb(24, 56, 56);
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(179, 185, 187, 1);
        border-radius:20px;
    }
    body{
        background-color:rgb(24, 56, 56);
        margin: 0;
        padding: 0;
        margin-bottom:-5px;
    }
    #Header{
        background-color:rgb(24, 56, 56);
        border-bottom: solid;
        border-color: rgba(179, 185, 187, 1);
        align-items: center;
        display:grid;
        justify-content:center;
        grid-template-columns: 1fr 1fr 1fr;
        height:80px;
    }
        .HeaderLinks{
            align-items: center;
            justify-content: center;
            gap:25px;
            display:flex;
        }
        .LinkStyleA{
            font-family: SplineSansBold;
            border:solid;
            border-color: rgba(179, 185, 187, 1);
            color:rgba(179, 185, 187, 1);
            text-decoration: none;
            font-size: 18px;
            height:30px;
            width:120px;
            align-items: center;
            justify-content: center;
            display:flex;
        }
        #Title{
            color:white;
            font-family: Silkscreen;
            font-size: 35px;
            text-decoration: none;
            justify-self: center;
            align-self: center;
        }
    #pagePositioning{
        display:flex;
        justify-content:space-between;
        flex-direction: row;
    }
    .backgroundAreaLong{
        background-color:rgb(33, 45, 45);
        width:280px;
        height:1150px;
    }
    .backgroundAreaLong img{
        margin-top:-5px;
        width:100%;
        height:100%;
    }
    .backgroundAreaShort{
        background-color:rgb(33, 45, 45);
        width:280px;
        height:763px;
    }
    .backgroundAreaShort img{
        margin-top:-5px;
        width:280px;
        height:100%;
    }
    #mainArea{
        margin:50px;
        flex-direction: column;
        display:flex;
        align-items:center;
    }
    #mainText{
        width:500px;
        height:400px;
        border:solid;
        border-color: rgba(179, 185, 187, 1);
        background-color: rgb(54, 85, 85);
        display:flex;
        justify-content:space-between;
    }
    #SendMessage{
        margin-top:75px;
        border:solid;
        border-color: rgba(179, 185, 187, 1);
        width:400px;
        height:420px;
        background-color: rgb(54, 85, 85);
        display:flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        gap:25px;
    }
    #LoginAndSend{
        margin-top:75px;
        border:solid;
        border-color: rgba(179, 185, 187, 1);
        width:400px;
        height:420px;
        background-color: rgb(54, 85, 85);
        display:flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        gap:25px;
    }
    .smallBackgroundArea{
        background-color:rgb(33, 45, 45);
        width:100px;
        height:400px;;
    }
    #textArea{
        color:white;
        font-family: SplineSans;
        margin:5px;
        overflow: scroll;
        min-width:400px;
        max-width: 450px;
    }
    #textArea img{
        max-width:200px;
        max-height:200px;
    }
    #typingArea{
        height:35px;
        width:320px;
        background-color: rgb(54, 85, 85);
        border:solid;
        border-color: rgba(179, 185, 187, 1);
    }
    .typingArea{
        height:35px;
        width:320px;
        background-color: rgb(54, 85, 85);
        border:solid;
        border-color: rgba(179, 185, 187, 1);
    }
    #InsertImage{
        display:flex;
        justify-content:center;
        align-items:center;
        height:200px;
        width:320px;
        background-color:rgb(33, 45, 45);
        border:solid;
        border-color: rgba(179, 185, 187, 1);
    }
    #InsertButton{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        display:flex;
        color: rgb(54, 85, 85);
        background-color:rgba(179, 185, 187, 1);
        font-family: SplineSansBold;
        font-size: 20px;
        text-decoration: none;
        height:40px;
        width:300px;
    }
    #submitButton{
        justify-content: center;
        align-items: center;
        display:flex;
        color: rgb(54, 85, 85);
        background-color:rgba(179, 185, 187, 1);
        font-family: SplineSansBold;
        font-size: 20px;
        text-decoration: none;
        height:40px;
        width:180px;
    }
    #EditArea{
        text-align: center;
    }
    #EditMessageForm{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    #SaveButton{
        justify-content: center;
        align-items: center;
        display:flex;
        color: rgb(54, 85, 85);
        background-color:rgba(179, 185, 187, 1);
        font-family: SplineSansBold;
        font-size: 15px;
        text-decoration: none;
        height:30px;
        width:120px;
    }
    #NoUser{
        margin-top: 100px;
        color: white;
        font-size: 20px;
        font-weight: bold;
        font-family: SplineSansBold;
    }
    h2{
        margin-top: 100px;
        color:white;
    }
    #ResponsiveDropdown{
        display:none;
    }
    #RDContent{
        display:none;
    }
    #logoutButton{
        justify-content: center;
        align-items: center;
        display:flex;
        color: rgb(54, 85, 85);
        background-color:rgba(179, 185, 187, 1);
        font-family: SplineSansBold;
        font-size: 20px;
        text-decoration: none;
        height:40px;
        width:140px;
        margin-top: 30px;
    }





    /*Responsive*/

    @media screen and (min-width: 300px) and (max-width: 600px) {
        @font-face {
            font-family: "Silkscreen";
            src: url(Fonts/Silkscreen-Bold.ttf);
        }
        @font-face {
            font-family: "SplineSans";
            src: url(Fonts/SplineSans-Regular.ttf);
        }
        @font-face {
            font-family: "SplineSansBold";
            src: url(Fonts/SplineSans-Bold.ttf);
        }
        #Header{
        background-color:rgb(24, 56, 56);
        border-bottom: solid;
        border-color: rgba(179, 185, 187, 1);
        align-items: center;
        display:flex;
        justify-content:right;
        margin-right:1%;
        height:80px;
        gap:10%;
    }
        .backgroundAreaLong{
            display:none;
        }
        #textArea{
        color:white;
        font-family: SplineSans;
        margin:5px;
        overflow: scroll;
        min-width:300px;
        max-width: 350px;
        display:flex;
        flex-direction: column;
        }
            .HeaderLinks{
                display:flex;
                align-items: center;
                justify-content: center;
                gap:10px;
            }
            .LinkStyleA{
                font-family: SplineSansBold;
                border:solid;
                border-color: rgba(179, 185, 187, 1);
                color:rgba(179, 185, 187, 1);
                text-decoration: none;
                font-size: 18px;
                height:30px;
                width:80px;
                align-items: center;
                justify-content: center;
                display:none;
            }
            #Title{
                color:white;
                font-family: Silkscreen;
                font-size: 25px;
                text-decoration: none;
            }
            #ResponsiveDropdown{
                display:flex;
                font-family: SplineSansBold;
                border:solid;
                border-color: rgba(179, 185, 187, 1);
                color:rgba(179, 185, 187, 1);
                text-decoration: none;
                font-size: 18px;
                height:30px;
                width:80px;
                align-items: center;
                justify-content: center;
            }
            #RDContent{
                display: none;
                position: absolute;
                background-color:rgb(24, 56, 56);
                min-width: 200px;
                min-height:30px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                top:80px;
            }
            .ResponsiveDropdown:hover .RDContent {
                display: flex;
            }
            .responsive{
                font-family: SplineSansBold;
                border:solid;
                border-color: rgba(179, 185, 187, 1);
                color:rgba(179, 185, 187, 1);
                text-decoration: none;
                font-size: 18px;
                height:40px;
                width:100px;
                display:flex;
                align-items: center;
                justify-content: center;
            }
            #mainText{
                min-width: 300px;
                max-width: 300px;
            }
            .smallBackgroundArea{
                display:none;
            }
            #textArea{
                min-width: 290px;
                max-width: 290px;
            }
            #pagePositioning{
            display:flex;
            justify-content:center; 
            }
            #SendMessage{
                max-width:370px;
            }
            #submitButton{
                width:120px;
                height:30px;
                font-size: 15px;
            }
            #logoutButton{
                justify-content: center;
                align-items: center;
                display:flex;
                color: rgb(54, 85, 85);
                background-color:rgba(179, 185, 187, 1);
                font-family: SplineSansBold;
                font-size: 15px;
                text-decoration: none;
                height:30px;
                width:120px;
                margin-top: 30px;
            }
            #LoginAndSend{
                max-width:370px;
            }
    }
