.cham{
    height:300;
    width:300;
}

.foody { font-family: verdana, sans-serif;
        background-color: green;
        margin: 0;
     padding: 20px;
        -webkit-animation; random 10s infinite;
    animation : random 10s infinite;
    transition: all 1s;}
    @keyframes random {
    30% { background-color: orange; };
    30% { background: linear-gradient(lightgreen); } }


    .headline {
        font-size: 50px;
        text-align: center;
        font-family: times;
        text-shadow: 1px 1px 10px white;
    }


    .portfolio {
        color: white;
        -webkit-text-stroke: 2px;
        -webkit-text-stroke-color: black;
    }

    hr {
        color: white;
        border: none;
        box-shadow: 0 0 10px rgba(0, 0, 255, 0.9);
        height: 2px;
    }

    .Ryan {
        color: yellow;
        text-shadow: 1px 1px 10px black;
        font-size: 30px;
        margin-left: 10px;
        font-family: cursive;
    }

    .Kyle {
        color: brown;
        text-shadow: 1px 1px 10px white;
        font-size: 30px;
        margin-left: 10px;
        font-family: cursive;
    }

    .Jisung {
        color: green;
        text-shadow: 1px 1px 10px yellow;
        font-size: 30px;
        margin-left: 10px;
        font-family: cursive;
    }

    .ryan {
        color: white;
        text-shadow: 1px 1px 10px white;
        font-size: 25px;
        font-family: times;
        margin-left: 10px;
    }

    .kyle {
        color: lightgreen;
        text-shadow: 1px 1px 10px black;
        font-size: 25px;
        font-family: fantasy;
        margin-left: 10px;
    }

    .jisung {
        color: yellow;
        text-shadow: 1px 1px 10px green;
        font-size: 25px;
        font-family: monospace;
        margin-left: 10px;
    }

    .R {
        color: darkgreen;
        text-shadow: 1px 1px 10px green;
        font-size: 30px;
        margin-left: 10px;
        font-family: sans,serif;
    }

    .r {
        color: black;
        text-shadow: 1px 1px 10px white;
        font-size: 20px;
        margin-left: 10px;
        font-family: sans,serif;
    }

    .y {
        color: black;
        text-shadow: 1px 1px 10px white;
        font-size: 20px;
        margin-left: 10px;
        font-family: sans,serif;
        font-weight: bold;
    }

    .J {
        color: lime;
        text-shadow: 1px 1px 10px white;
        font-size: 30px;
        margin-left: 10px;
        font-family: monospace;
        font-weight: bold;
    }

    .mango {
        height: 500px;
        width: 500px;
    }
