body {
    width: 100%;
    height: 100vh;
}
main {
    position: relative;
}
#logoChat {
    position: absolute;
    width: 50px;
    top: 5px;
    left: 5px;
}

#selectChat {
    position: absolute;
    top: 20px;
    left: 70px;
    font-size: 25px;
}

#angle {
    position: absolute;
    top: 22px;
    left: 170px;
    font-size: 20px;
    color: rgb(170, 168, 168);
}

#pegs {
    text-decoration: none;
    color: rgb(112, 109, 109);
    font-size: 20px;
    margin-right: 40px;
    position: relative;
    top: 15px;
    left: 600px;
}

#logIn {
    position: absolute;
    background-color: black;
    color: white;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px;
    top: 5px;
    right: 200px;
}

#signFree {
    position: absolute;
    background-color: white;
    color: black;
    border: 0.5px solid rgba(128, 128, 128, 0.558);
    border-radius: 20px;
    font-size: 15px;
    padding: 10px;
    top: 5px;
    right: 70px;
}

#circle {
    position: absolute;
    border: 0.5px solid black;
    font-size: 15px;
    border-radius: 100%;
    padding: 5px;
    top: 8px;
    right: 30px;
}

h1 {
    position: absolute;
    top: 300px;
    left: 730px;
    font-size: 40px;
}

#sectionTwo {
    position: relative;
    top: 340px;
    left: 550px;
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.502);
    border-radius: 20px;
    width: 800px;
    height: 120px;
}

#saman {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 35px;
}

#ask {
    position: absolute;
    top: 17px;
    left: 17px;
    font-size: 25px;
    color: rgba(128, 128, 128, 0.561);
}

#cursorAttach {
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.485);
    border-radius: 20px;
    width: 100px;
    height: 30px;
    top: 85px;
}

#attach {
    position: absolute;
    text-decoration: none;
    color: gray;
    font-size: 20px;
    top: 3px;
    right: 10px;
}

#imgAttach {
    position: absolute;
    top: 3px;
    right: 60px;
}

#cursorGlobe {
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.485);
    border-radius: 20px;
    width: 100px;
    height: 30px;
    top: 53px;
    left: 110px;
}

#search {
    position: absolute;
    text-decoration: none;
    color: gray;
    font-size: 20px;
    top: 3px;
    right: 10px;
}

#imgGlobe {
    position: absolute;
    top: 3px;
    right: 60px;
}

#cursorBook {
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.485);
    border-radius: 20px;
    width: 100px;
    height: 30px;
    top: 21px;
    left: 220px;
}

#study {
    position: absolute;
    text-decoration: none;
    color: gray;
    font-size: 20px;
    top: 3px;
    right: 10px;
}

#imgBook {
    position: absolute;
    top: 3px;
    right: 60px;
}

#cursorImage {
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.485);
    border-radius: 20px;
    width: 150px;
    height: 30px;
    bottom: 10px;
    left: 330px;
}

#createIma {
    position: absolute;
    text-decoration: none;
    color: gray;
    font-size: 20px;
    top: 3px;
    right: 10px;
}

#image {
    position: absolute;
    top: 3px;
    right: 110px;
}

#cursorVoice {
    position: relative;
    /* border: 1px solid rgba(128, 128, 128, 0.485); */
    background-color: rgba(128, 128, 128, 0.183);
    border-radius: 20px;
    width: 85px;
    height: 30px;
    bottom: 42px;
    left: 715px;
}

#voice {
    position: absolute;
    text-decoration: none;
    color: rgb(110, 105, 105);
    font-size: 20px;
    top: 3px;
    right: 10px;
}