body 
{ 
    font-family:'Gill Sans', 'Gill Sans MT','Calibri', 'Trebuchet MS', sans-serif;
    background-color:rgb(47, 47, 47);
    overflow-y:hidden;
}
#title
{
    text-align:center;
    width:100%;
    padding-top:5px;
}
#heading
{
    font-size:40px;
    font-weight:600;
    padding-top:2px;
    padding-bottom:2px;
    margin:auto;
    background-color:rgb(74, 173, 235);
}
#mcu
{
    font-size:25px;
    font-weight:600;
    right:10px;
    padding-top:10px;
    position:absolute; 
    background-color: red;
    width:100px;
    height:47px;
    color:black; 
    border:3px solid black;
}
#mcu:hover
{
    color:white;
}
table
{
    width:85%;
    margin:auto;
}
.wid
{
    font-size:30px;
    font-weight:600;
    padding-top:20px;
    padding-bottom:20px;
    margin:auto;
    text-align:center;
    color: rgb(255, 255, 255);
}
td
{
    width:20%;
    justify-content:center;
    padding-top:15px;
    padding-bottom:15px;
}
button:hover
{
    cursor:pointer;
}
.icon
{
    height:90px;
    width:90px;
}
.hidden
{
    display:none;
    margin:3px;
}
#image
{
    margin-left:3px;
    padding-top:3px;
}
#topbut
{
    font-size:85px;
    font-weight:600;
    text-align:center;
    color:rgb(0, 0, 0);
    height:70px;
    width:70px;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:1;
}
#topbut:hover
{
    background-color:rgb(74, 173, 235);
}
#more
{
    background-color: rgb(248, 248, 194);
    padding:5px;
    height:40px;
    width:350px;
    margin-top:10px;
    margin-bottom:10px;
    color:black;
    text-align:center;
}
#nametxt
{
    font-size:35px;
    font-weight:600;
}
#container 
{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}  
#text 
{
    font-size:23px;
    padding-left:10px;
    padding-right:10px;
    text-transform:none;
    text-align:justify;
    line-height:29px;
}
.view
{
    border:2px solid black;
    font-size:large;
    padding:10px;
    margin:3px;
    width:275px;
    background-color:rgb(255, 255, 255);
    color:rgb(41, 123, 174);
    font-weight:700;
    text-align:center;
}
.view:hover
{
    background-color:rgb(74, 173, 235);
    color:rgb(0, 0, 0);
}
.togtxt
{
    color:white;
}