
body {
    background-image: url("../image/sitebg.jpg");
    background-size: 100%;
}

a:link {
    text-decoration: underline;
    color: #15bcff;
}

a:visited {
    text-decoration: underline;
    color: #0055af;
}

.container {
    position: relative;
}

footer {
    box-sizing: border-box;
    background: #282a35;
    position: page;
    width: 100%;
    height: 175px;
}

section {
    width: 100%;
}

.red {
    color: #000000;
    font-size: 30px;
    -webkit-text-stroke: 0.06em darkred;

}

.left {
    position: absolute;
    top: 0;
    width: 99%;
    text-align: left;
    font-size: 20px;
}

.right {
    position: absolute;
    top: 0;
    width: 99%;
    text-align: right;
    font-size: 20px;
}

.center {
    position: absolute;
    top: 0;
    width: 99%;
    text-align: center;
    font-size: 20px;
}


h1 {
    color: #ffffff;
}

p {
    color: #ffffff;
}

div {
    color: #ffffff;
}

.border {
    border: 3px solid #f6f3f3;
    background: rgba(145, 142, 142, 0.35);
    border-radius: 6px;
    width: 40%;
    margin: auto;

}

.blogborder {
    border: 3px solid #f6f3f3;
    background: rgba(145, 142, 142, 0.35);
    border-radius: 6px;
    width: 50%;
    margin: auto;
}

