﻿body {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    background-image: url("Images/BG1.jpg")
}

.wrapper {
    background-image: linear-gradient(#000000,#00ffff);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    height: 1800px;
    border-block: solid;
    border-radius: 40px 40px;
    box-shadow: 10px 10px 8px #000000;
}

.pannel_left {
    width: 205px;
    float: left;
    border: 0px solid white;
    border-radius: 5px 5px;
    margin-right: 20px;
    height: 790px;
}

.pannel_right {
    width:565px;
    float: left;
    border-block: solid;
    margin-right: auto;
    height: 790px;
    border: 0px solid white;
}
