@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.Section_top{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(../img/firstt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    justify-content: center;
}

.content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.p{
    color: #fff;
    font-size: 4vw;
}

.pp{
    color: #fff;
    font-size: 4.5vw;
    margin-top: -8%;
}

.content a{
    border: 1px solid #fff;
    background: #00325B;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
}

.content a:hover{
    background: #034e88;
    color: #fff;
}