body {
    background-color: whitesmoke;
}

.container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;

}

header {
    text-decoration: none;
    text-align: center;
    font: bolder;
    font-family: sans-serif;
}

header a {
    text-decoration: none;
    color: black;
}

nav {
    text-align:center;
}

nav a {
    text-decoration: none;
    font-size: x-large;
    font-family: sans-serif;
    color: black;
    margin-left: 50px;
    margin-right: 50px;
}

main {

    width: 1024px;
    height: 550px;
    background-color: rgba(92, 136, 218, 0.752);    
}

.main_portrait {
    position: relative;
    top: 50px;
    left: 100px;
}


.main_paragraph {
    
    width:450px;
    height: 150px;
    position: relative;
    left: 500px;
    bottom: 250px;
    text-align:center;
    position: relative;
    font-family: sans-serif;
    font-size: large;
    
}

.resize {
    width: 400px;
    height: auto;
}

.resize {
    width: 300px;
    height: auto;
}


footer {
    width:1024px;
    height: 100px;
    background-color: rgba(92, 136, 218, 0.752);

}

.hyperlinked_img {
    transform:scale(15%);
    position:relative;
    left: 850px;
    bottom: 60px;
}

.hyperlinked_img2 {
    transform:scale(5%);
    position:relative;
    left: 490px;
    bottom: 565px;
}
