@import url('../../Fonts/Poppins/poppins.css');
@import url('../../Fonts/Ubuntu/ubuntu.css');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    height: 100vh;
    width: 100vw;
    background: radial-gradient(circle at top left, #ff7b7b, #7657ff);
    background-position: center;
}

.contact {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    background-image: conic-gradient(orange, orangered);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: orange;
}