#large-title{
    color: purple;
    background-color: gold;
    border: 6px dotted black;
    padding:20px;
    margin: 50px;
    font-family: Verdana;
    font-size: 400%;
    text-align: center;
}

h2{
    text-align: center;
    font-size: 300%;
    font-family: Times New Roman;
    color:purple;
}

h3{
    text-align: center;
    font-size: 200%;
    font-family: Georgia;
    color:darkslategrey;
    background-color: gold;
    margin-top: 80px;
    border: 2px solid purple;
}

p{
    color:darkblue;
    text-align: justify;
    background-color:white;
    font-size: 18px;
    line-height: 50px;
    margin: 20px 10px 30px 10px;
}
img{
    width: 450px;
    height: 450px;
    margin-top: 50px;
    margin-left: 20px;
    border: 30px solid violet;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption{
    margin: 0 20px;
    font-size: 14px;
    text-align: center;
}


.row{
    display: flex;
    
}

.column{
    flex: 2%;
    padding: 5px;
}

a:hover{
    background-color: violet;
}

a{
    color: green;
    font-style:oblique;
}