html {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
  /* Track */
::-webkit-scrollbar-track {
    background: rgb(127,173,255);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(89, 150, 255);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(40, 86, 236);
}


body {
    background: linear-gradient(rgb(99, 151, 255),
                                rgba(127,173,255,1));
    color: #29395c;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    overflow-x: hidden;
    scrollbar-width: thin;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    /*
    background-color: rgb(127,173,255);
    margin: 0;
    background-image: linear-gradient(rgba(127,173,255,1), rgba(80,120,255,1));
    background-image: linear-gradient(rgba(80,120,255,1), rgba(127,173,255,1));
    */
    
    /* Hide horizontal scrollbar */
    /*
    background-image: url(pix/FANstudio_bckgrnd.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    */
}

div {
    overflow: visible;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 480px;
    border: 10pix solid red;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.inline-bevel{
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: left;
    float: left;
    flex-wrap: nowrap;
    border: 1px solid rgb(140,180,255);
    background-color: rgb(127,173,255);
    box-shadow: 20px 20px 40px #6c93d9, 
               -20px -20px 40px #92c7ff;
}

.inline{
    display: inline-flex;
    align-items: left;
    flex-direction: row;
    justify-content: center;
    float: left;
    flex-wrap: nowrap;
    border: 0pix solid rgb(100, 130, 200);
}

.icon{
    width: 180px;
    border: 0px solid rgb(100, 200, 100);
    justify-content: left;
}

.txt{
    width: 300px;
    border: 0px solid rgb(100, 200, 100);
    justify-content: left;
}

h2 {
    text-align: center;
    align-items: left;
    padding-right: 0px;
    color: rgb(18, 26, 100);
}

h3 {
    text-align: left;
    align-items: left;
    padding-right: 0px;
    color: rgb(18, 26, 100);
}

p {
    text-align: left;
    align-items: left;
    color: rgb(65, 65, 65);
}

ul{
    list-style-type: circle;
    margin: 0px;
    padding-left: 20px;
}

img {
    padding-left: 00px;
}

.frame-border {
    border: 2px solid #0;
    padding-bottom: 0px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

table,th,td {
    text-align: left;
    padding: 0px;
    border: 0px solid red;
    border-spacing: 5px red;
    border-radius: 2;
    position: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.play_on_hover {
background-image: url;
}

.play_on_hover:hover {
background-image: url ;  
}
/*
.videotar_video {
    border: 1px solid rgb(49, 69, 136);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    position: relative;
    padding-bottom: 20%;
    padding-top: 5%;
    height: 0;
    marging: 10px;
    border-radius: 10px;
    background: #000000
}
.videotar_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 500;
    height: 300;
}
*/