*{
    padding: 1;
    margin: 1;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

h1 {
    color: #FCD5D3 ; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-shadow: 2px 2px #F3F3EE;
    text-align: center;
    margin-top: auto;
    font-size: 50px;
    margin-bottom: 70px;
    
}

body {
    background-color: #191919;
    line-height: 28px;
    padding: 20px;
}

a {
    color: #FCD5D3;
    text-align: center;
    font-size: 50px;
    display: block;
    margin-bottom: 2em;
}

a:hover {
    color: #F6D883;
}

.web1 {
    margin-bottom: 1em;
}