
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body { 
    font-family: 'raleway';
    font-size: 20px;
        text-align: left;
        margin-right: 20%;
        margin-left: 10%;
        color: black;
        background: pink;   
    }

    #yo{
        width: 60%;
        height: 60%;
    }
    footer{
        background: black;
        width: 200px;
        text-align: center;
        color: pink;
        position: fixed;
        bottom: 50px;
        padding: 10px;
        border-radius: 10px;
        right: 50px;
        font-family: 'raleway';
        font-size: 20px;
    }