
.topnav a {
    color: #212431;
    text-align: center;
    padding: 10px;
    font-size: medium;
    float: right;
    cursor: pointer;
    

}

.topnav-left {

    color: #C71585;
    font-family: cursive;
    padding: 5px;
    margin-left: 35px;
 
}

.picture-container {
    text-align: center;
    color: whitesmoke;
    position: relative;
    background-image: url("mountain.png");
    background-size: cover;
    width: 100%;
    height: 90%;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.35);
}

.center {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.information {
    margin: 10%;
    text-align: center;
    font-size: large;
    font-weight: 500;
}

.button-links {
    margin: 5%;
}

.col {
    text-align: center;
}

button {
    width: 110px;
    font-size: 1rem;
    border: none;
    outline: none;
    padding: 10px 12px;
    border-radius: 10px;
    background-color: #0000ff00;
    color: whitesmoke;
    cursor: pointer;
}

.aws-icon {


    font-size: 10rem;
    padding: 50px 50px;
    background-color: #0000ff00;
    color: whitesmoke;

}