﻿.MainCountent{
    overflow: hidden;
    Border-top:4px solid ;
    box-sizing: border-box;
    box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    top:-10px;
    box-shadow: 0 0 6px black;
    z-index: 2;
    background-color: white;
}

.line{
    padding-bottom: 20px;
    color: red;
    border: 0px solid;
    color:azure;
    text-align: center;
    z-index: 1;
    position: relative;
    top: -120px;
}

.phone .Button{
    width: 100%;
    font-size:20px;
    margin-top: 10px;
}