body{
    background-image: url("1.png");
    width: 1300px;
    height: 950px;
}

header{
    display: flex;
    margin-left: 50px;
}

header div img{
    margin-top: 38px;
    width: 50x;
    height: 50px;
}

header div h1{
    color: white;
    font-family: sans-serif;
    font-size: 50px;
    font-style: oblique;
}

.content{
    margin-left: 910px;
    margin-top: 200px;
}

.content div h2{
    color: white;
    font-size: 30px;
    font-family: sans-serif;
    font-style: oblique;
    margin-left: 10px;
}

.content div p{
    font-size: 16px;
    color: white;
    font-family: sans-serif;
    margin-left: 10px;
}

.content div button{
    margin-left: 15px;
    height: 50px;
    width: 150px;
    background-color: rgb(170, 27, 214);
    font-family: sans-serif;
    border: none;
    border-radius: 50px;
    transition: width 1s;
}

.content div button:hover{
    box-shadow: 2px 2px 5px 0px black;
    width: 170px;
}

.content div a{
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.buttons{
    display: flex;
    margin-left: 1150px;
    margin-top: 100px;
}

.fb button{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: width 1s, height 1s;
    background-color: transparent;
    border: 2px white solid;
    margin:5px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    text-decoration: none;
}


.fb abbr{
    text-decoration: none;
}

.fb button:hover{
    width: 55px;
    height: 55px;
    border: 2px red solid;
    color: red;
}

.x button{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: width 1s, height 1s;
    background-color: transparent;
    border: 2px white solid;
    margin:5px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    text-decoration: none;
}

.x abbr{
    text-decoration: none;
}

.x button:hover{
    width: 55px;
    height: 55px;
    border: 2px red solid;
    color: red;
}

.insta button{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: width 1s, height 1s;
    background-color: transparent;
    border: 2px white solid;
    margin:5px;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    text-decoration: none;
}

.insta abbr{
    text-decoration: none;
}

.insta button:hover{
    width: 55px;
    height: 55px;
    border: 2px red solid;
    color: red;
}



