@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Noto+Sans:wght@400;700&family=Open+Sans&family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,700&family=Roboto:wght@100;300;400;500;700&family=Space+Grotesk:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
}

body {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #303139;
}

nav {
    height: 100vh;
    width: 261px;
    position: fixed;
    top: 0;
    left: 0;
    background: #202123;
    color: white;
    text-align: center;
}

.new {
    border: 2px solid #444654;
    width: 244px;
    height: 45px;
    text-align: left;
    padding-left: 1rem;
    background-color: #202123;
    color: white;
    font-size: 13.5px;
    margin-top: 1rem;
    cursor: pointer;
}

.hist{
    width: 244px;
    height: 45px;
    background-color: #343540;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 1rem;
    margin-left: 0.5rem;
}

.hist p{
    margin-left: 1rem;
    margin-right: 1rem;
}

.fin{
    margin-left: 0.5rem;
}

nav li {
    text-decoration: none;
    list-style: none;
}

.final {
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-top: 34rem;
}

.final ul {
    padding-left: 1rem;
    justify-content: center;
    align-items: center;

}

.fim {
    display: flex;
    text-align: left;
    font-size: 13.5px;
    height: 25px;
    padding-top: 0.1rem;
}

.fim p {
    margin-left: 1rem;
}


.right {
    width: calc(100vw - 261px);
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 261px;
    color: white;
    text-align: center;
    font-size: 15px;

}

.part1 {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 26px;
    padding-left: 204px;

}

.part1 img {
    width: 35px;
    height: 35px;
    border-radius: 2px;
}

.part1-p{
    padding-left: 2rem;
}


.part2 {
    display: flex;
    height: 162px;
    align-items: center;
    padding-left: 204px;
    background-color: #444654;
    margin-top: 76px;
    margin-bottom: 514px;
    width: calc(100vw - 269px);
}

.ava {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    margin-bottom: 3rem;

}

.part2 p {
    width: 628px;
    height: 108px;
    padding-left: 2rem;
    padding-top: 1rem;
    text-align: left;
    justify-content: space-around;
    
}

.feed {
    transform: translate(10rem, -2rem);
    width: 42px;
    height: 15px;
}

.reg {
    width: 184px;
    height: 37px;
    border-radius: 3px;
    border: 2px solid #444654;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transform: translate(20rem, 29rem);
    font-size: 13px;
}

.reg img {
    margin-right: 1rem;
    transform: translate(2.9rem,-0.4rem);
}

.inp input {
    border: 2px solid #303139;
    width: 820px;
    height: 48px;
    background-color: #40414E;
    margin-top: 30rem;
    padding: 1rem;
    padding-right: 199px;
    font-size: large;
    color: black;

}

.inp img {

    width: 25px;
    height: 25px;
    position: relative;
    right: 2.5rem;
    top: 0.4rem;
}

.p-final {
    height: 26px;
    font-size: 12px;
    color: #9A9B9F;
}

.inp{
    position: relative;
    bottom: 32rem;
}