/* By Crius Behera */

html {
    scroll-behavior: smooth;
}

body
{
    text-align: center;
    color: black;
    bottom: 0;
    background: linear-gradient(#60ebeb 0%, #27ae60 100%);
    display: table;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.img_logo {
    height: 25px;
    width: 25px;
}

.line {
    height: 6px;
    background-color: #000;
    width: 70px;
    margin: 8px auto;
}

img {
    height: 80px;
    width: 80px;
}

p {
    font-size: x-large;
}

.line {
    height: 6px;
    background-color: #000;
    width: 70px;
    margin: 8px auto;
}

.project_button {
    width: 300px;
    height: 100px;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: cyan;
    font-size: xx-large;
    font-style: italic;
    cursor: pointer;
    transition: ease-in 0.5s;
    color: black;
}

.project_button:hover {
    box-shadow: inset 300px 0 0 0 orange ;
}

.git_button {
    width: 300px;
    height: 100px;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: cyan;
    font-size: xx-large;
    font-style: italic;
    cursor: pointer;
    transition: ease-in 0.5s;
    color: black;
}

.git_button:hover {
    box-shadow: inset 300px 0 0 0 yellow ;
}

iframe
{
    width: 80%;
}

/* By Crius Behera */