* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

#main {
    height: 100vh;
    width: 100vw;
    padding: 30px;
    background-color: black;
    color: white;
}

#border {
    height: 61vh;
    width: 55vw;
    border-radius: 20px;
    border: 3px solid rgb(4, 255, 0);
    margin-left: 300px;
    margin-top: 10px;
    padding: 30px;
}

#login {
    height: 40px;
    width: 620px;
    border-radius: 5px;
    padding-left: 10px;
    margin-left: 270px;
    margin-top: 30px;
    font-size: 18px;
}

#search {
    height: 40px;
    width: 210px;
    border-radius: 5px;
    background-color: rgb(4, 255, 0);
    font-size: 18px;
}

h1 {
    margin-left: 530px;
    margin-top: 60px;
}

#lol {
    display: flex;
}

#left {
    height: 330px;
    width: 450px;
}

#left h3 {
    margin-top: 10px;
}

#right {
    height: 330px;
    width: 250px;
}

/* #profile{
    height: 200px;
    width: 200px;
    border-radius: 200px;
    background-color: rgb(172, 169, 166);
    margin-left: 60px;
    margin-top:20px;
} */
#right h3 {
    margin-left: 10px;
    margin-top: 10px;
}

img {
    height: 200px;
    width: 200px;
    border-radius: 200px;
    object-fit: cover;
}

#profile {
    height: 200px;
    width: 200px;
    border-radius: 200px;
    background-color: grey;
}

#mode {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 30px;
}