body {
    background-color: rgb(66, 72, 155);
    text-align: center;
}
h1 {
    color: white;
    text-align: center;
} 
h3 {
    color: white;
    text-align: left;
} 
h5 {
    color: white;
    text-align: left;
}
p {
    color: rgb(0, 0, 0);
}    
.intro {
    background-color: white;
    margin: auto;
    border: ridge 3px rgb(255, 0, 0);
    text-align: center;
    width: 360px;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 0px;
}
.intro img {
    max-width: 100%;
}
.links {
    width: 400px;
    height: 225px;
    background-color: rgb(0, 0, 0);
    position: relative;
    margin: auto;
    border: red 3px outset;
    padding-left: 10px;
    text-align: center;
}
.links img {
    position: absolute;
    right: 0px;
    top: 0px;
}
.link {
    width: 400px;
    height: 225px;
    position: relative;
    margin: auto;
}