@charset "utf-8";
body {
    background-image: url(../images/dalga.png);
    background-size: cover;
    background-attachment: fixed;
}
section {
    background-color: #6498FF;
    border-radius: 22px;
    padding-right: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 55px;
    margin-right: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 35px;
    font-size: large;
}
header {
    text-align: center;
}

img {
    border-radius: 22px;
    text-align: center;
}
body nav {
    color: #003AAE;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    float: right;
    font-weight: bold;
    text-align: right;
    font-size: large;
    margin-left: 10px;
}
