@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');

html { @import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');
    
    background-color: #F4EBD3;
}

body {
    width: 960px;
    /*sets the width of the body element to 960 pixels */
    margin: 0 auto;
    /* centers the body element in the bowser with no margin on top or bottom*/
    font-size: 19px;
}

h1 {
    color: red;
    /*the color property changes the color of text*/
    font-weight: normal;
    font-family: Arial, Helvetica, "Times New Roman"sans-serif;
    font-size: 1.5em;
}

.link-box{
    width: 460px
    display: inline-block;
    
    }

a:visited{
    color: #c31b6f;
    text-decoration: none;
}

a:hover{
     color: #888
     text-decoration: underline;
}

a:link {
    color: #962828;
    text-decoration: none
}

a:link {
    color: #eee;
    text-decoration: none
}


a:link {
    color: #eee;
    text-decoration: none
}

.featured-info {
    background-color: #FFF5F2
        /* the background-color propertly changes the color of the background */
}

.featured-info p {
    font-family: Alegreya;
    font-weight: 400;

}

#big-box {

    color: #E62727;
}

#big-box img {
    width: 900px;
}

#imagel img {}

<p > color: red
