* {
    margin: 0;
    box-sizing: border-box;
    background-color: lightgrey;
}

.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.item a {
    color: black;
    text-decoration: none;
}

/* CSS for mobile  */
@media (max-width:600px) {

    .video-profile {
        width: 30%;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 15%;
        /* background: red; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 75px;
        width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 4vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 2vw;
    }

    .menu {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 85%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        /* background-color: rgb(93, 56, 56); */
        width: 100%;
        height: 70%;
        /* background-color: orange; */
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        font-size: 3vw;
        font-family: 'Roboto', sans-serif;
        /* background-color: white; */
    }

    .current {
        background-color: lightgray
    }

    .item:hover {
        background-color: white;
        cursor: pointer;
    }

    .logo-place {
        height: 10%;
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .item .logo {
        visibility: hidden;
    }

    .item i {
        display: none;
    }


    /* CSS for video list of left part */
    .video-list {
        /* background-color: green; */
        width: 70%;
        padding: 40px 5px 0px 5px;
    }

    .nav-bar {
        height: 15%;
        width: 100%;
        /* border: 2px solid black;s */
    }

    .search-bx {
        width: 100%;
        /* height: 30%; */
        display: flex;
    }

    .your-topics {
        width: 100%;
        height: 30%;
    }

    .your-topics ul {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
    }

    .your-topics ul .list {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 3vw;
        width: 25%;

    }

    .list:hover {
        background-color: white;
        cursor: pointer;
    }

    .list .menu-name:hover {
        cursor: pointer;
        background-color: white;
    }


    .upload-btn {
        margin-top: 4px;
        width: 100%;
        height: 30%;
        text-align: right;
    }

    .upload-btn button {
        border: none;
        border-radius: 4px;
        background-color: green;
        color: white;
        height: 5vw;
        width: 55px;
        font-size: 3vw;
    }

    .upload-btn button:hover {
        cursor: pointer;
        /* color: red; */
    }

    /* input size */
    .search-bx input {
        height: 6vw;
        width: 40%;
        font-size: 3vw;
        border-radius: 20px;
        padding: 5px 5px;
        border: none;
        margin-bottom: 4px;
        background-color: white;

    }

    /* CSS for video block */
    .video-block {
        height: 85%;
        width: 100%;
        background-color: cyan;
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .video1 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;
    }

    .thumbnail {
        height: 70%;
        width: 100%;
        background: url(first.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .duration {
        background-color: black;
        color: white;
        padding: 2px 3px;
        width: 7vw;
        height: 3vw;
        border-radius: 2px;
        text-align: center;
        font-size: 2.5vw;
    }

    .video-title {
        height: 15%;
        display: flex;
        padding: 3px 3px;
    }

    .video-title p {
        font-size: 3vw;
        width: 85%;
    }

    .video-title .triple-dot {
        font-size: 3vw;
        width: 15%;
        text-align: right;
    }

    .video-title .font-bold {
        font-weight: bold;

    }

    .creator {
        height: 15%;
        width: 100%;
        background-color: white;
        display: flex;
        font-size: 3vw;
    }

    .creator-name {
        width: 60%;
        padding: 2px 3px;
        font-weight: bold;
    }

    .creator-name i {
        font-size: 3vw;
        margin-left: 5px;
        color: blue;
    }

    .views {
        width: 50%;
        text-align: right;
        padding: 2px 3px;
    }

    /* CSS for video-2 */
    .video2 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;

    }

    .thumbnail-video2 {
        height: 70%;
        width: 100%;
        background: url(degree.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .thumbnail-video3 {
        height: 70%;
        width: 100%;
        background: url(book.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    /* CSS for video 3 */
    .video3 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;

    }
}


/* Media quary for tablet */
/* Screen size for 600px-800px */

@media (min-width:600px) and (max-width:800px) {
    .container {
        height: 100vh;
    }

    .video-profile {
        width: 30%;
        height: 100vh;
        padding-top: 40px;
        /* border-right: 2px solid lightgray; */
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 2.5vw;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        background-color: white;
    }

    .logo-place {
        height: 10%;
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: lightgray;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }


    .menu-list ul .item:hover {
        border: 2px solid gray;
        cursor: pointer;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for video list */
    .video-list {
        /* background-color: green; */
        width: 70%;
        padding: 40px 5px 0px 5px;


    }

    .nav-bar {
        height: 15%;
        width: 100%;
        /* display: flex; */
        /* border: 2px solid black;s */
    }

    .search-bx {
        width: 100%;
        /* height: 30%; */
        display: flex;
    }

    .your-topics {
        width: 100%;
        height: 30%;
    }

    .your-topics ul {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
        border-top: 1px solid lightgray;
    }

    .your-topics ul .list {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 2vw;
        width: 25%;

    }

    .list:hover {
        background-color: white;
        cursor: pointer;
    }


    .upload-btn {
        margin-top: 4px;
        width: 100%;
        height: 30%;
        text-align: right;
    }

    .upload-btn button {
        border: none;
        border-radius: 4px;
        background-color: green;
        color: white;
        height: 4vw;
        width: 60px;
        font-size: 2vw;
    }

    .upload-btn button:hover {
        cursor: pointer;
        /* color: red; */
    }

    /* input size */
    .search-bx input {
        height: 4vw;
        width: 40%;
        font-size: 2.5vw;
        border-radius: 20px;
        padding: 5px 10px;
        border: none;
        margin-bottom: 4px;
        background-color: white;

    }

    /* CSS for video block */
    .video-block {
        height: 85%;
        width: 100%;
        background-color: cyan;
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .video1 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;
    }

    .thumbnail {
        height: 70%;
        width: 100%;
        background: url(first.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .duration {
        background-color: black;
        color: white;
        padding: 2px 3px;
        width: 7vw;
        height: 3vw;
        border-radius: 2px;
        text-align: center;
        font-size: 2.5vw;
    }

    .video-title {
        height: 15%;
        display: flex;
        padding: 3px 3px;
    }

    .video-title p {
        font-size: 3vw;
        width: 85%;
    }

    .video-title .triple-dot {
        font-size: 3vw;
        width: 15%;
        text-align: right;
    }

    .video-title .font-bold {
        font-weight: bold;

    }

    .creator {
        height: 15%;
        width: 100%;
        background-color: white;
        display: flex;
        font-size: 3vw;
    }

    .creator-name {
        width: 60%;
        padding: 2px 3px;
        font-weight: bold;
    }

    .creator-name i {
        font-size: 3vw;
        margin-left: 5px;
        color: blue;
    }

    .views {
        width: 50%;
        text-align: right;
        padding: 2px 3px;
    }

    /* CSS for video-2 */
    .video2 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;

    }

    .thumbnail-video2 {
        height: 70%;
        width: 100%;
        background: url(degree.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .thumbnail-video3 {
        height: 70%;
        width: 100%;
        background: url(book.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    /* CSS for video 3 */
    .video3 {
        height: 32vw;
        width: 58vw;
        background-color: white;
        margin: 0 0 20px 0;

    }
}




/* Media quary for laptop */

@media (min-width:800px) and (max-width:1200px) {

    .video-profile {
        width: 30%;
        height: 100vh;
        padding-top: 40px;
        /* border-right: 2px solid lightgray; */
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 130px;
        width: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 1.5vw;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        border: 2px solid rgb(148, 138, 138);
    }

    .menu-list ul .item:hover {
        border: 2px solid gray;
        cursor: pointer;
    }

    .logo-place {
        height: 10%;
        /* margin-top: 150px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for video list */
    .video-list {
        position: relative;
        width: 70%;
        padding: 40px 5px 0px 5px;


    }

    .nav-bar {
        width: 25%;
        position: absolute;
        top: 30px;
        left: 73%;
    }

    .search-bx {
        width: 100%;
        display: flex;
    }

    .your-topics {
        height: 30%;
    }

    .your-topics ul {
        background-color: green;
        height: 100%;
        width: 30%;
    }

    .your-topics ul {
        margin-top: 30px;
        width: 100%;
    }

    .your-topics ul .list {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 1.5vw;
        width: 100%;
        height: 30px;
    }

    .your-topics ul .list:hover {
        background-color: white;
        cursor: pointer;

    }

    .list:hover {
        background-color: lightgray;
        cursor: pointer;
    }


    .upload-btn {
        margin-top: 20px;
        width: 100%;
        height: 30%;
        text-align: center;
    }

    .upload-btn button {
        border: none;
        border-radius: 4px;
        background-color: green;
        color: white;
        height: 3.5vw;
        width: 100%;
        font-size: 2vw;
    }

    .upload-btn button:hover {
        cursor: pointer;
        /* color: red; */
    }

    /* input size */
    .search-bx input {
        height: 3vw;
        width: 100%;
        font-size: 2vw;
        border-radius: 20px;
        padding: 5px 10px;
        border: none;
        margin-bottom: 4px;
        background-color: white;

    }

    /* CSS for video block */
    .video-block {
        height: 85%;
        width: 70%;
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        border-left: 2px solid gray;
        border-right: 2px solid gray;
        overflow-x: scroll;
    }

    .video1 {
        height: 30vw;
        width: 36vw;
        margin: 0 0 40px 0;

    }

    .thumbnail {
        height: 70%;
        width: 100%;
        background: url(first.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .duration {
        background-color: black;
        color: white;
        padding: 2px 3px;
        width: 6vw;
        height: 2vw;
        border-radius: 2px;
        text-align: center;
        font-size: 1.5vw;
        margin-top: -18px;
    }

    .video-title {
        height: 15%;
        display: flex;
        padding: 3px 3px;
        background-color: white;
    }

    .video-title p {
        font-size: 2vw;
        width: 85%;
        background-color: white;
    }

    .video-title .triple-dot {
        font-size: 2vw;
        width: 15%;
        text-align: right;
        background-color: white;
    }

    .video-title .font-bold {
        font-weight: bold;
        background-color: white;

    }

    .creator {
        height: 15%;
        width: 100%;
        background-color: white;
        display: flex;
        font-size: 2vw;
    }

    .creator-name {
        width: 60%;
        padding: 2px 3px;
        font-weight: bold;
        background-color: white;
    }

    .creator-name i {
        font-size: 2vw;
        margin-left: 5px;
        color: blue;
        background-color: white;
    }

    .views {
        width: 40%;
        text-align: right;
        padding: 2px 3px;
        background-color: white;
    }

    /* CSS for video-2 */
    .video2 {
        height: 32vw;
        width: 36vw;
        /* background-color: white; */
        margin: 0 0 40px 0;
        background-color: white;

    }

    .thumbnail-video2 {
        height: 70%;
        width: 100%;
        background: url(degree.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    .thumbnail-video3 {
        height: 70%;
        width: 100%;
        background: url(book.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 19.5vw;
    }

    /* CSS for video 3 */
    .video3 {
        height: 32vw;
        width: 36vw;
        /* background-color: white; */
        margin: 0 0 20px 0;
        background-color: white;


    }
}



/*media quary for CSS For desktop */

@media (min-width:1200px) {
    * {
        background-color: white;
    }

    .video-profile {
        width: 20%;
        height: 100vh;
        padding-top: 40px;
        /* border-right: 2px solid lightgray; */
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
        color: white;
        background-color: black;
    }

    .balmiki {
        font-size: 30px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
        margin-top: 20px;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .menu-list ul .item:hover {
        /* border: 2px solid gray; */
        cursor: pointer;
    }

    .logo-place {
        height: 10%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 80px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for video list */
    .video-list {
        position: relative;
        width: 75%;
        padding: 40px 5px 0px 5px;


    }

    .nav-bar {
        width: 25%;
        position: absolute;
        top: 30px;
        left: 73%;
    }

    .search-bx {
        width: 100%;
        display: flex;
    }

    .your-topics {
        height: 30%;
    }

    .your-topics ul {
        background-color: green;
        height: 100%;
        width: 30%;
    }

    .your-topics ul {
        margin-top: 30px;
        width: 100%;
    }

    .your-topics ul .list {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 1.2vw;
        width: 100%;
        height: 50px;
    }

    .your-topics ul .list:hover {
        /* background-color: lightgray; */
        cursor: pointer;

    }

    .list:hover {
        text-decoration: underline;
        cursor: pointer;
    }


    .upload-btn {
        margin-top: 20px;
        width: 100%;
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .upload-btn button {
        border: none;
        height: 3vw;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .upload-btn button span{
        margin-left: 5px;
    }

    .upload-btn button:hover {
        cursor: pointer;
    }

    /* input size */
    .search-bx input {
        height: 2.5vw;
        width: 80%;
        font-size: 1.2vw;
        border-radius: 20px;
        padding: 5px 10px;
        border: none;
        margin-bottom: 4px;
        background-color: lightgray;

    }

    /* CSS for video block */
    .video-block {
        height: auto;
        width: 70%;
        padding: 20px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: scroll;
    }

    .video1 {
        height: auto;
        width: 290px;
        margin: 0 10px 0px 0;
        border: 2px solid #0e4a4a2e;
        font-family: 'Roboto', sans-serif;
    }

    .thumbnail {
        height: 70%;
        width: 100%;
        background: url(first.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 12.5vw;
    }

    .duration {
        background-color: black;
        color: white;
        padding: 2px 3px;
        width: 6vw;
        height: 2vw;
        border-radius: 2px;
        text-align: center;
        font-size: 1.5vw;
        margin-top: -18px;
    }

    .video-title {
        height: 15%;
        display: flex;
        padding: 3px 3px;
        background-color: white;
    }

    .video-title p {
        font-size: 1vw;
        width: 85%;
        background-color: white;
    }

    .video-title .triple-dot {
        font-size: 1.5vw;
        width: 15%;
        text-align: right;
        background-color: white;
    }

    .video-title .font-bold {
        font-weight: bold;
        background-color: white;

    }

    .creator {
        height: 15%;
        width: 100%;
        background-color: white;
        display: flex;
        font-size: 1vw;
    }

    .creator-name {
        width: 60%;
        padding: 2px 3px;
        font-weight: bold;
        background-color: white;
    }

    .creator-name i {
        font-size: 1vw;
        margin-left: 5px;
        color: blue;
        background-color: white;
    }

    .views {
        width: 40%;
        text-align: right;
        padding: 2px 3px;
        background-color: white;
        font-family: 'Roboto', sans-serif;
    }

    /* CSS for video-2 */
    .video2 {
        height: auto;
        width: 290px;
        margin: 0 10px 0px 0;
        border: 2px solid #0e4a4a2e;
        font-family: 'Roboto', sans-serif;
        margin-left: 30px;
    }

    .thumbnail-video2 {
        height: 70%;
        width: 100%;
        background: url(degree.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 12.5vw;
    }

    .thumbnail-video3 {
        height: 70%;
        width: 100%;
        background: url(book.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 2px;
        font-size: 2vw;
        display: flex;
        justify-content: right;
        padding-top: 12.5vw;
    }

    /* CSS for video 3 */
    .video3 {
        height: auto;
        width: 290px;
        margin: 0 10px 0px 0;
        border: 2px solid #0e4a4a2e;
        margin-top: 30px;
        font-family: 'Roboto', sans-serif;
    }

    .video4 {
        height: auto;
        width: 290px;
        margin: 0 10px 0px 0;
        border: 2px solid #0e4a4a2e;
        margin-top: 30px;
        margin-left: 30px;
        font-family: 'Roboto', sans-serif;
    }
}