.main{
    margin: 10px;
}
.selection > button{
    height: 100px;
    margin: 0;
    width: 25vw;
}
.selection > button:hover{
    background: #b8b8b8;
}
.selection{
    display: flex;
}
.active{
    border-bottom: none;
    border-radius: 10px 10px 0 0
}
.error{
    color: red;
}
.allinfo{
    visibility: hidden;
}
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
}
.error{
    visibility: hidden;
}
a{
    color: #4d97ff;
    font-weight: bold;
    text-decoration: none;
}
.icon{
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
.my-ocular{
    font-style: italic;
    box-sizing: border-box;
    font-size: 13px;
    width: 500px;
}
.ocular-color{
    height: 10px;
    width: 10px;
    margin-left: 3px;
    background-color: #207439;
    border-radius: 50%;
    display: inline-block;
}
a:hover{
    text-decoration: underline;
}
.follow{
    display: flex;
}
.side span{
    font-size: 50px;
    font-weight: bold;
}
.header{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    background: white;
    padding: 0 10px;
    width: 100vw;
    top: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.side{
    display: grid;
    margin: 5px;
    text-align: center;
}
.project-stats{
    color: gray;
    display: flex;
    gap: 5px;
}
iframe{
    border-radius: 10px;
    margin: 5px;
    border: 2px solid black;
    overflow: auto;
}
.profile-picture{
    border-radius: 10px;
    border: 2px solid black;
    height: 100px;
    width: 100px;
}
button{
    margin: 5px 0;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}
a.username{
    display: flex;
}
input{
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
}
#users{
    border: 1px solid black;
    border-top: none;
    border-radius: 15px;
    overflow: hidden;
}
.user{
    display: flex;
    height: 75px;
    background: white;
    color: black;
    padding: 10px;
    align-items: center;
    gap: 5px;
    font-size: 50px;
    border: 1px solid black;
    justify-content: space-between;
}
.user:nth-child(1){
    border: none;
    border-bottom: 1px solid black;
}
.user > span{
    display: flex;
    height: 75px;
    background: white;
    color: black;
    padding: 10px;
    align-items: center;
    gap: 5px;
    font-size: 50px;
}
.user > span > img{
    border: 1px solid black;
    border-radius: 5px;
    height: 75px;
    width: 75px;
}
.scratchdesc{
    width: 297px;
    height: 91px;
    padding: 8px;
    background-color: white !important;
    border: 1px solid black !important;
    border-radius: 8px;
    margin: 0;
    overflow: auto;
    color: black;
}
.descpart{
    display: inline;
}
.links{
	display: flex;
	color: gray !important;
	font-weight: bold;
	gap: 2px;
}
.links a{
	color: white !important;
}
.descriptions{
    display: flex;
    gap: 10px;
}
.joined{
    color: gray;
    font-size: 10px;
}
h1{
    margin: 0;
}
.siggy{
    height: 100px;
    width: 50vh;
    overflow: auto;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
    resize: both;
}
.sub-count{
    margin-left: 10px;
}
