body{
    background-color: yellow;
    text-align: center;
    margin-top: 20%;
    overflow-y: auto;
    overflow-x: hidden;
}
::-webkit-scrollbar-track {
    background-color: black;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 10px;
        background: grey;
    }
    ::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 15px;
    }
.icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
    border: solid;
    width: 50px;
    height: 50px;
    text-align: right;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif
}
.texticon{
    padding-top: 20px;
}

.return{
    display: inline;
}

a{
    text-decoration: none;
}

button{
    display: inline;
    margin: 10px;
    border: none;
    background-color: white;
    height: 30px;
    
    border-radius: 5px;
    transform: 10s;
    text-decoration: none;
    box-shadow: 0px;
}
button:hover{
    background-color: yellow;
    height: 35px;
}

input{
    border:none;
    height: 40px;
}

h1{
    font-family: 'Courier New', Courier, monospace;
}
