body{
    font-family: Calibri;
    font-size: 1vw;
    padding: 5vh 10vw 0 10vw;
    text-align: center;
}

.container{
    margin-top: 10vh;
    margin-bottom: 15vh;
}

img{
    width: 25vw;
    display: block;
    margin: 0 auto;
    padding-bottom: 5vh;
}

.bold{
    font-weight: bold;
}

li{
    list-style: none;
}

#link{
    text-align: center;
    font-size: 0.7vw;
}


.myButton {
    background-color:#f1b0b7;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:17px;
    padding:11px 28px;
    text-decoration:none;
    float: right;
}
.myButton:hover {
    background-color:#FFC0CB;
}
.myButton:active {
    position:relative;
    top:1px;
}



