﻿body {
    height: 100vh;
    background-image: radial-gradient(closest-side, #8D2F85, #8D2F89);
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.logo {
    margin: 200px auto 50px auto;
    display: block;
    width:300px;
}

h1 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 auto 16px;
    padding: 0 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    font-weight: 600;
    max-width: 600px;
}

h2 {
    font-size: 124px;
    line-height: 40px;
    padding-top: 50px;
    margin: 0 auto 50px;
    padding: 0 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    font-weight: 600;
    max-width: 600px;
}

p {
    color: #D6DCE0;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto 24px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
    padding: 0 20px;
    


    color: inherit;
    
}

.button {
    color: #2EA3F2;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 48px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.2s ease-out;
    

}

.browser {
    width: 400px;
    min-width: 200px;
    background:;
    border-radius: 3px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}
a
{
    color:gold;
}
a:hover
{
    color:azure;
}