body{
    margin: 10px;
    background-color: #050A30;
}

.logo{
    display: inline-block;
    margin: 0;
    color: white;
    font-family: sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 30px;
}

.menu{
    float: right;
    position: relative;
    top: 8px; 
}

nav{
    padding: 30px 110px;
    justify-content: center;
}

.link{
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    margin: 0 15px;
    font-weight: 200;
    font-size: 19px;
    transition: 1s;
}

.link:hover{
    transform: scale(1.1);
    color: #fc604f;
    text-decoration: underline;
}

.main img{
    position: absolute;
    right: 8%;
    top: 20%;
    width: 450px;
    height: 450px;
}

img{
    border-radius: 40px;
}

.main .text{
    position: absolute;
    top: 20%;
    left: 10%;
}

.text h4{
    font-size: 75px;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
}

.text h2{
    font-size: 110px;
    color: pink;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: -120px;
}

.text p{
    font-size: 30px;
    color: white;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: sans-serif; 
}

.icon i{
    margin-right: 20px;
    font-size: 25px;
    color: #98aab9;
    transition: .6s;
    margin-bottom: 3px;
}

.icon i:hover{
    transform: scale(1.3);
    color: #fc604d;
}